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
If I open and then close the ModalDialog by a custom close button in a repeated fashion, let's say 3 times in a row and after all this, while the modal is closed I hit Esc key repeatedly, the error is shown exactly 3 times in the dev console. So it accumulates somewhere, interesting.
This does not happen when closing it just by ESC key.
It happens if hitting ESC after the ModalDialog is already closed by either this button:
or this button:
Close()
is a trivial inherited method:The text was updated successfully, but these errors were encountered: