This commit is contained in:
Mirco Wittrien 2019-10-24 16:03:12 +02:00
parent 878453b2c9
commit 0cb299ef7f
2 changed files with 2 additions and 1 deletions

View File

@ -5731,6 +5731,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
basePopoutIns.nativeClose(...args);
if (typeof this.props.onClose == "function") this.props.onClose(this);
}
this.closePopout = basePopoutIns.close;
}
}
else BDFDB.ListenerUtils.stopEvent(e);

File diff suppressed because one or more lines are too long