Refocus the iframe when closing the lock modal

pull/1/head
yflory 5 years ago
parent dba74df532
commit 3b82c5504e

@ -635,6 +635,7 @@ define([
if (isLockedModal.modal) {
isLockedModal.modal.closeModal();
delete isLockedModal.modal;
$('#cp-app-oo-editor > iframe')[0].contentWindow.focus();
}
send({
type: "getLock",

Loading…
Cancel
Save