Skip to content

feat(adminui-vue): restoration of the last active element focus after user interaction with dialog.

Mazur Volodymyr requested to merge feat/restore-focus-dialog into master

After a dialog is closed the focus should be returned to the last interacted element before the dialog opening (button, etc.) The solution is based on the global Vue mixin, which interacts only with ElDialog component instances

Merge request reports