fix: disable closing custom model dialog by clicking backdrop (#1180)
This commit is contained in:
parent
b716b8a053
commit
ac37d6b626
1 changed files with 1 additions and 3 deletions
|
|
@ -1392,9 +1392,7 @@ function saveModelFromModal() {
|
|||
saveConfig().then(renderModels);
|
||||
}
|
||||
|
||||
document.getElementById('modelModal').addEventListener('click', function(e) {
|
||||
if (e.target === this) closeModelModal();
|
||||
});
|
||||
|
||||
|
||||
// ── Channel Forms ───────────────────────────────────
|
||||
function renderChannelForm(chKey) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue