This commit is contained in:
Mirco Wittrien 2019-11-20 14:33:03 +01:00
parent 1ac1992ef4
commit 22daa9aa1e
2 changed files with 3 additions and 1 deletions

View File

@ -6864,6 +6864,8 @@ 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