Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2023-12-22 11:05:25 +01:00
parent 2eae92df37
commit 886519c739
1 changed files with 2 additions and 2 deletions

View File

@ -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) {