diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index e0942bcccd..4af30abc5b 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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) {