diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index fd54ddaa50..e0942bcccd 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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); }