asdasd
This commit is contained in:
@@ -165,6 +165,7 @@
|
||||
const closeModal = () => {
|
||||
editor.__bridgeRteAllowClose = true;
|
||||
editor.__bridgeRteModalOpen = false;
|
||||
if (B.allowModalCloseOnce) B.allowModalCloseOnce();
|
||||
if (typeof modal.__bridgeOriginalClose === 'function') {
|
||||
modal.__bridgeOriginalClose();
|
||||
} else if (typeof modal.close === 'function') {
|
||||
|
||||
Reference in New Issue
Block a user