stuff
This commit is contained in:
parent
1fb79ddd04
commit
de3f1c0d67
|
@ -3291,6 +3291,9 @@
|
|||
if (BDFDB.ObjectUtils.is(instance) && instance.props && typeof instance.props.closeContextMenu == "function") instance.props.closeContextMenu();
|
||||
else BDFDB.LibraryModules.ContextMenuUtils.closeContextMenu();
|
||||
};
|
||||
BDFDB.ContextMenuUtils.createItemId = function (name, id) {
|
||||
return `${(typeof name == "string" ? name : "").toLowerCase().replace(/\s/, "-")}-${(typeof id == "string" ? id : "").toLowerCase().replace(/\s/, "-")}`;
|
||||
};
|
||||
|
||||
BDFDB.TimeUtils = {};
|
||||
BDFDB.TimeUtils.interval = function (callback, delay, ...args) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue