Refocus the iframe when closing the lock modal

This commit is contained in:
yflory
2020-03-18 15:12:01 +01:00
parent dba74df532
commit 3b82c5504e

View File

@@ -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",