Refocus the iframe when closing the lock modal
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user