asdasd
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user