stuff
This commit is contained in:
parent
ec7ef72b93
commit
3ecd687b78
|
@ -1044,7 +1044,8 @@
|
|||
"UserInfo"
|
||||
];
|
||||
WebModulesData.MemoComponent = [
|
||||
"MessageContent"
|
||||
"MessageContent",
|
||||
"NowPlayingHeader"
|
||||
];
|
||||
WebModulesData.NonPrototype = [].concat(WebModulesData.DefaultRender, WebModulesData.MemoComponent, [
|
||||
"ChannelTextAreaContainer"
|
||||
|
@ -7625,10 +7626,6 @@
|
|||
|
||||
LibraryComponents.NavItem = BDFDB.ModuleUtils.findByName("NavItem");
|
||||
|
||||
LibraryComponents.NowPlayingComponents = Object.assign({}, BDFDB.ModuleUtils.findByName("NowPlayingItem"));
|
||||
|
||||
LibraryComponents.NowPlayingComponents.Card = BDFDB.ModuleUtils.findByName("NowPlayingItem");
|
||||
|
||||
LibraryComponents.Popout = BDFDB.ReactUtils.getValue(window.BDFDB, "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