finsweet / wized-roadmap

Official RFCs for Wized.
1 stars 0 forks source link

Hitting `Esc` button when a popup is open should only close the popup #16

Closed alexiglesias93 closed 1 week ago

alexiglesias93 commented 2 weeks ago

Right now, when hitting the Esc button if the function editor is open, it closes both the function editor and the active item on the right panel. Esc button should follow a preference list: Active Full Screen Popup > Active Draggable Popup > Right Panel Active Item > Active Left Panel. This is implemented here, but something is causing the buggy behavior described above.