-
Notifications
You must be signed in to change notification settings - Fork 505
Closed
Labels
Description
Focusing the previous element should be done when all the modals close.
- button A is clicked, that opens modal B
- button in modal B is clicked, that opens modal C.
- modal B returns the focus to button A
- modal C is open at this point.
if you press enter, which will press button A. modal B will open on top of modal C.
Solution;
Common lastFocusedElement for all the modal open at one point.
after the last modal closes, focus the last focused element.