Fixed Popup Issue

This commit is contained in:
Mirco Wittrien 2024-04-28 13:38:37 +02:00
parent 0675c56f17
commit ea5efafe1e
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @name BDFDB
* @author DevilBro
* @authorId 278543574059057154
* @version 3.6.4
* @version 3.6.5
* @description Required Library for DevilBro's Plugins
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -6775,7 +6775,7 @@ module.exports = (_ => {
onUnmount: _ => document.removeEventListener("click", this.onDocumentClicked),
position: this.props.position,
align: this.props.align,
reference: this.domElementRef,
targetRef: this.domElementRef,
children: _ => {
const popout = BDFDB.ReactUtils.createElement(Internal.LibraryComponents.Popout, BDFDB.ObjectUtils.exclude(Object.assign({}, this.props, {
className: this.props.popoutClassName,

View File

@ -279,7 +279,7 @@
"UserBadges": [".PROFILE_USER_BADGES"],
"Sizes": ["\"SIZE_24\":"]
}},
"UserPopout": {"strings": ["{user:", "userId:", "\"Unexpected missing user\")", "getUser"]},
"UserPopout": {"strings": ["{user:", "userId:", "\"Unexpected missing user\")", "getUser"], "value": "default"},
"UserPopoutSection": {"strings": [".section,", ".lastSection"]},
"UserSummaryItem": {"strings": ["popoutUserId:", ".clickableAvatar"]},
"VideoForwardRef": {"strings": ["HTMLSourceElement", "autoPlay"], "funcStrings": ["externalRef"]}