Update 0BDFDB.plugin.js
This commit is contained in:
parent
2eae92df37
commit
886519c739
|
@ -2,7 +2,7 @@
|
|||
* @name BDFDB
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 3.5.7
|
||||
* @version 3.5.8
|
||||
* @description Required Library for DevilBro's Plugins
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -8258,7 +8258,7 @@ module.exports = (_ => {
|
|||
Internal.processMenu = function (e) {
|
||||
if (e.instance.props && (e.instance.props.children || BDFDB.ArrayUtils.is(e.instance.props.children) && e.instance.props.children.length)) {
|
||||
let patchCancel = BDFDB.PatchUtils.patch(BDFDB, Internal.LibraryModules.ContextMenuUtils, "closeContextMenu", {instead: e => {}});
|
||||
BDFDB.TimeUtils.timeout(_ => patchCancel(), 1000);
|
||||
BDFDB.TimeUtils.timeout(_ => patchCancel());
|
||||
}
|
||||
};
|
||||
Internal.processMessageActionsContextMenu = function (e) {
|
||||
|
|
Loading…
Reference in New Issue