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