mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[SSE] Fix Bug 46403
This commit is contained in:
@ -803,7 +803,7 @@ define([
|
||||
}
|
||||
}
|
||||
|
||||
Common.NotificationCenter.trigger('modal:close', this, hide_mask);
|
||||
Common.NotificationCenter.trigger('modal:close', this, hide_mask && (parseInt(mask.attr('counter'))<1));
|
||||
}
|
||||
|
||||
this.$window.remove();
|
||||
@ -843,7 +843,7 @@ define([
|
||||
}
|
||||
}
|
||||
}
|
||||
Common.NotificationCenter.trigger('modal:hide', this, hide_mask);
|
||||
Common.NotificationCenter.trigger('modal:hide', this, hide_mask && (parseInt(mask.attr('counter'))<1));
|
||||
}
|
||||
this.$window.hide();
|
||||
this.$window.removeClass('notransform');
|
||||
|
||||
Reference in New Issue
Block a user