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.
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.