stuff
This commit is contained in:
parent
4e0c452de1
commit
3da383570c
|
@ -5699,8 +5699,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
|
||||||
basePopoutIns.handleClick();
|
basePopoutIns.handleClick();
|
||||||
if (!basePopoutIns.nativeClose) {
|
if (!basePopoutIns.nativeClose) {
|
||||||
basePopoutIns.nativeClose = basePopoutIns.close;
|
basePopoutIns.nativeClose = basePopoutIns.close;
|
||||||
basePopoutIns.close = (...arguments) => {
|
basePopoutIns.close = (...args) => {
|
||||||
basePopoutIns.nativeClose(...arguments);
|
basePopoutIns.nativeClose(...args);
|
||||||
if (typeof this.props.onClose == "function") this.props.onClose(this);
|
if (typeof this.props.onClose == "function") this.props.onClose(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue