From 26f6ebd2813c6f0953bfebaa3fa8e118acc4118f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 13 May 2021 21:22:10 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 095c150f7e..cc1f07e7e3 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -2,7 +2,7 @@ * @name BDFDB * @author DevilBro * @authorId 278543574059057154 - * @version 1.6.1 + * @version 1.6.2 * @description Required Library for DevilBro's Plugins * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -20,7 +20,7 @@ module.exports = (_ => { "info": { "name": "BDFDB", "author": "DevilBro", - "version": "1.6.1", + "version": "1.6.2", "description": "Required Library for DevilBro's Plugins" }, "rawUrl": `https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js` @@ -5636,7 +5636,7 @@ module.exports = (_ => { position: InternalComponents.LibraryComponents.PopoutContainer.Positions.TOP, align: InternalComponents.LibraryComponents.PopoutContainer.Align.RIGHT, onClose: instance => BDFDB.DOMUtils.removeClass(instance.domElementRef.current, BDFDB.disCN.dateinputbuttonselected), - renderPopout: _ => { + renderPopout: instance => { BDFDB.DOMUtils.addClass(instance.domElementRef.current, BDFDB.disCN.dateinputbuttonselected); return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.Flex, { align: InternalComponents.LibraryComponents.Flex.Align.CENTER,