Right now, pressing "escape" from the file picker dialog closes both the dialog and the Melty popup. Expected behavior: pressing escape once closes the file picker, pressing escape a second time closes the popup.
First thing to check is whether we can solve this by calling preventDefault in the file picker escape handling.
Right now, pressing "escape" from the file picker dialog closes both the dialog and the Melty popup. Expected behavior: pressing escape once closes the file picker, pressing escape a second time closes the popup.
First thing to check is whether we can solve this by calling
preventDefault
in the file picker escape handling.