stuff
This commit is contained in:
parent
6ca856068e
commit
ee451b4e0a
|
@ -3439,7 +3439,7 @@
|
|||
config.onClose(modal, this);
|
||||
}
|
||||
}
|
||||
}, props);
|
||||
}, props, true);
|
||||
}, {
|
||||
onCloseRequest: closeModal
|
||||
});
|
||||
|
@ -3461,7 +3461,7 @@
|
|||
navId: "bdfdb-context",
|
||||
onClose: BDFDB.LibraryModules.ContextMenuUtils.closeContextMenu,
|
||||
children: children
|
||||
});
|
||||
}, true);
|
||||
});
|
||||
};
|
||||
BDFDB.ContextMenuUtils.close = function (nodeOrInstance) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue