This commit is contained in:
Mirco Wittrien 2019-11-20 15:53:05 +01:00
parent 58a987115b
commit ef1787766f
2 changed files with 2 additions and 3 deletions

View File

@ -5205,6 +5205,7 @@ var BDFDB = {
modeselectable: ["FormText", "modeSelectable"],
namecontainer: ["NameContainer", "container"],
namecontaineravatar: ["NameContainer", "avatar"],
namecontainerchildren: ["NameContainer", "children"],
namecontainerclickable: ["NameContainer", "clickable"],
namecontainercontent: ["NameContainer", "content"],
namecontainerlayout: ["NameContainer", "layout"],
@ -6868,8 +6869,6 @@ var BDFDB = {
LibraryComponents.NavItem = BDFDB.ModuleUtils.findByName("NavItem");
LibraryComponents.PrivateChannel = BDFDB.ModuleUtils.findByName("PrivateChannel");
LibraryComponents.Popout = reactInitialized && class BDFDB_Popout extends LibraryModules.React.Component {
componentWillUnmount() {
delete this.props.containerInstance.popout;

File diff suppressed because one or more lines are too long