scrollers
This commit is contained in:
parent
dbf1e3bf33
commit
7d53f40780
|
@ -6707,6 +6707,10 @@ var BDFDB = {
|
|||
}
|
||||
} : LibraryComponents.QuickSelect;
|
||||
|
||||
LibraryComponents.ScrollerHorizontal = BDFDB.ModuleUtils.findByName("HorizontalScroller");
|
||||
|
||||
LibraryComponents.ScrollerVertical = BDFDB.ModuleUtils.findByName("VerticalScroller");
|
||||
|
||||
LibraryComponents.SearchBar = reactInitialized ? class BDFDB_Select extends LibraryModules.React.Component {
|
||||
handleChange(query) {
|
||||
this.props.query = query;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue