Refocus the iframe when closing the lock modal
This commit is contained in:
@@ -635,6 +635,7 @@ define([
|
|||||||
if (isLockedModal.modal) {
|
if (isLockedModal.modal) {
|
||||||
isLockedModal.modal.closeModal();
|
isLockedModal.modal.closeModal();
|
||||||
delete isLockedModal.modal;
|
delete isLockedModal.modal;
|
||||||
|
$('#cp-app-oo-editor > iframe')[0].contentWindow.focus();
|
||||||
}
|
}
|
||||||
send({
|
send({
|
||||||
type: "getLock",
|
type: "getLock",
|
||||||
|
|||||||
Reference in New Issue
Block a user