mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix: disable closing custom model dialog by clicking backdrop (#1180)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user