You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Also, in case where one dialog is opened where escapeToClose is true, any following dialog can still be closed by pressing the escape button, even when setting escapeToClose to false.
Currently there was a duplicated variable `target`, which got replaced later and the `target` variable became the actual `element` not the `parent` anymore.
Fixesangular#7214Fixesangular#5153
Currently there was a duplicated variable `target`, which got replaced later and the `target` variable became the actual `element` not the `parent` anymore.
Fixes#7214Fixes#5153Closes#7222
When options.escapeToClose is assigned to true, even if the dialog is closed and the user hits 'Esc' key, keyHanlderFn fires anyway.
The text was updated successfully, but these errors were encountered: