Update 0BDFDB.plugin.js
This commit is contained in:
parent
076331596d
commit
22851301f5
|
@ -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 {
|
CustomComponents.UserPopoutContainer = reactInitialized && class BDFDB_UserPopoutContainer extends Internal.LibraryModules.React.Component {
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in New Issue