Files
Umbraco-CMS/src
Matt Brailsford 1f4cc81af8 Removes inert attribute when editorService.closeAll() is called
Fixes #10708 by removing the `inert` attribute on `#mainWrapper` when `editorService.closeAll()` is called.

This code is necessary because when close all is called, there is no editor passed, and so `removeEditor` is never called, and so the `focusLockService.removeInertAttribute();` method isn't called. I add to the if block that handles the close all code instead.
2021-07-22 13:55:48 +02:00
..
2021-07-10 14:25:26 +02:00
2021-07-07 11:22:50 +02:00
2021-03-12 14:02:48 +11:00