From 22851301f5d5d802b27dd27fa37484a5d69627bf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 2 Mar 2023 15:43:39 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 1b61abf339..5bbe94d520 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -7646,6 +7646,14 @@ module.exports = (_ => { }); } }; + CustomComponents.TooltipContainer.Positions = { + BOTTOM: "bottom", + CENTER: "center", + LEFT: "left", + RIGHT: "right", + TOP: "top", + WINDOW_CENTER: "window_center" + }; CustomComponents.UserPopoutContainer = reactInitialized && class BDFDB_UserPopoutContainer extends Internal.LibraryModules.React.Component { render() {