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