Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2023-12-20 14:33:59 +01:00
parent 3a31af345d
commit c6f93fd892
1 changed files with 1 additions and 1 deletions

View File

@ -3990,7 +3990,7 @@ module.exports = (_ => {
oldTransitionState = props.transitionState;
}
componentWillUnmount() {
if (props.transitionState == 3) {
if (props.transitionState == 2) {
for (let cancel of cancels) cancel(modalInstance);
config.onClose(modalInstance);
}