scrollers

This commit is contained in:
Mirco Wittrien 2019-11-07 17:31:01 +01:00
parent dbf1e3bf33
commit 7d53f40780
2 changed files with 5 additions and 1 deletions

View File

@ -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