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
We faced a similar issue in our project code. We found that a DOM event sent from the Uploadcare library was being handled by the web component and other components listening to the event.
Try using e.preventDefault() for the close event to see if you can isolate the DOM event and prevent it from propagating to the upper component.
Describe the bug
The escape key closes both the built-in editor and the uploader modals.
To Reproduce
This seems to close both the editor and the uploader modals.
Expected behavior
I think it should close just the editor modal and leave you on the uploader.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Not tested.
Additional context
The text was updated successfully, but these errors were encountered: