Hide share modal when pad is deleted

pull/1/head
yflory 5 years ago
parent 1e6e9fd288
commit 73af078e4a

@ -4001,6 +4001,8 @@ define([
msg += Messages.errorCopy; msg += Messages.errorCopy;
} }
} }
var sframeChan = common.getSframeChannel();
sframeChan.event('EV_SHARE_OPEN', {hidden: true});
if (toolbar && typeof toolbar.deleted === "function") { toolbar.deleted(); } if (toolbar && typeof toolbar.deleted === "function") { toolbar.deleted(); }
UI.errorLoadingScreen(msg, true, true); UI.errorLoadingScreen(msg, true, true);
(cb || function () {})(); (cb || function () {})();

Loading…
Cancel
Save