remvze / moodist

🌲 Ambient sounds for focus and calm.
https://moodist.mvze.net
MIT License
829 stars 50 forks source link

Bug with modals superposition #28

Closed SuperMeepBoy closed 5 months ago

SuperMeepBoy commented 5 months ago

Steps : 1/ Shift + P to open Pomodoro 2/ Shift + N to open Notepad 3/ Write somthing in the notepad 4/ Press Esc.

Expected : The Notepad modal is closed

Actual : The Pomodoro modal in the background is closed

Additional comments : For some reasons if you don't interact with the notepad modal (such as typing or deleting things), escape will correctly close the Notepad modal.

Solution : Either a fix to detect which modal to close but maybe the question is "should we allow 2 modals to be opened at the same time ?". I don't have an opinion about it because I don't know more about modals, sorry ! :)

remvze commented 5 months ago

Fixed it. It now allows only one modal at a time.