This commit is contained in:
Mirco Wittrien 2020-04-01 18:30:43 +02:00
parent 336685ed71
commit 3c14695e2c
2 changed files with 3 additions and 1 deletions

View File

@ -7496,6 +7496,8 @@
};
InternalBDFDB.setDefaultProps(InternalComponents.LibraryComponents.PopoutContainer, {wrap:true});
InternalComponents.LibraryComponents.PrivateChannelItems = BDFDB.ModuleUtils.findByProperties("DirectMessage", "GroupDM");
InternalComponents.LibraryComponents.QuickSelect = BDFDB.ReactUtils.getValue(window.BDFDB, "LibraryComponents.QuickSelect") || reactInitialized && class BDFDB_QuickSelect extends LibraryModules.React.Component {
handleChange(option) {
this.props.value = option;

File diff suppressed because one or more lines are too long