This commit is contained in:
2026-01-28 01:15:25 +01:00
parent 67cf3bbd27
commit 5a788448dd
3 changed files with 29 additions and 21 deletions

View File

@@ -345,6 +345,7 @@
} catch {}
const closeModal = () => {
try { window.__bridgeRteOpen = false; } catch {}
this.allowClose = true;
this.modalOpen = false;
if (rteInstance && typeof rteInstance.enable === 'function' && rteTargetEl) {
@@ -366,6 +367,7 @@
const doc = document;
const container = doc.createElement('div');
try { window.__bridgeRteOpen = true; } catch {}
container.style.display = 'flex';
container.style.flexDirection = 'column';
container.style.gap = '10px';