stuff
This commit is contained in:
parent
878453b2c9
commit
0cb299ef7f
|
@ -5731,6 +5731,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
|
||||||
basePopoutIns.nativeClose(...args);
|
basePopoutIns.nativeClose(...args);
|
||||||
if (typeof this.props.onClose == "function") this.props.onClose(this);
|
if (typeof this.props.onClose == "function") this.props.onClose(this);
|
||||||
}
|
}
|
||||||
|
this.closePopout = basePopoutIns.close;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else BDFDB.ListenerUtils.stopEvent(e);
|
else BDFDB.ListenerUtils.stopEvent(e);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue