This commit is contained in:
Mirco Wittrien 2019-10-23 14:42:08 +02:00
parent b354803f6d
commit d7bbbf55f0
2 changed files with 2 additions and 3 deletions

View File

@ -5574,10 +5574,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
let children = this.props.children;
this.props.children = _ => {return children;};
}
return BDFDB.ReactUtils.createElement(NativeSubComponents.PopoutContainer, Object.assign({}, this.props, {onChange: this.handleChange.bind(this)}));
return BDFDB.ReactUtils.createElement(NativeSubComponents.PopoutContainer, this.props);
}
} : undefined;
InternalBDFDB.copyNativeComponent("PopoutContainer");
LibraryComponents.SettingsPanel = reactInitialized ? class BDFDB_SettingsPanel extends LibraryModules.React.Component {
render() {
return this.props.children ? BDFDB.ReactUtils.createElement(LibraryComponents.Flex, {

File diff suppressed because one or more lines are too long