Update 0BDFDB.plugin.js
This commit is contained in:
parent
3a31af345d
commit
c6f93fd892
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue