stuff
This commit is contained in:
parent
336685ed71
commit
3c14695e2c
|
@ -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
Loading…
Reference in New Issue