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
either you'll have to create different providers , In your case one for Modal and one for drawer. or you can modify the handler in such a way that it triggers modal close, if modal is open or drawer close if drawer is open.
For example, say that ESC can be used to close an open drawer. And then ESC is also used to close an open modal.
If I have an open drawer beneath an open modal, my desired behavior would be:
Is this type of behavior supported, allowing duplicate keybinds to be registered sequentially and contextually?
The text was updated successfully, but these errors were encountered: