Merge branch 'v8/8.14' into v8/8.15

This commit is contained in:
Sebastiaan Janssen
2021-07-22 14:01:02 +02:00

View File

@@ -126,7 +126,9 @@
// close all editors
if (args && !args.editor && args.editors.length === 0) {
editorCount = 0;
scope.editors = [];
scope.editors = [];
// Remove the inert attribute from the #mainwrapper
focusLockService.removeInertAttribute();
}
}));