This commit is contained in:
Mirco Wittrien 2020-08-20 15:01:12 +02:00
parent 1c1bffd651
commit 3057dd8dda
2 changed files with 1 additions and 2 deletions

View File

@ -8660,7 +8660,6 @@
} }
else e.stopPropagation(); else e.stopPropagation();
}; };
console.log("b", this);
return BDFDB.ReactUtils.createElement(LibraryModules.React.Fragment, { return BDFDB.ReactUtils.createElement(LibraryModules.React.Fragment, {
children: BDFDB.ReactUtils.createElement(InternalComponents.NativeSubComponents.PopoutContainer, Object.assign({}, this.props, { children: BDFDB.ReactUtils.createElement(InternalComponents.NativeSubComponents.PopoutContainer, Object.assign({}, this.props, {
children: _ => {return child;}, children: _ => {return child;},

File diff suppressed because one or more lines are too long