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
I have implemented a window close when the user clicks the ESC key.
Unfortunately the event propagates from the Lity close event (also triggered by an ESC action) and closes the window too.
I have implemented a window close when the user clicks the ESC key.
Unfortunately the event propagates from the Lity close event (also triggered by an ESC action) and closes the window too.
I tried the following but I fear I'm too late.
Is there a handle closer to the close that I can use to insert the stopPropagation?
The text was updated successfully, but these errors were encountered: