lib
This commit is contained in:
parent
1ac1992ef4
commit
22daa9aa1e
|
@ -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
Loading…
Reference in New Issue