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
The esc keybinding only closes the find widget when it can close it in FIFO order. (Only the first find widget to be oppened can be closed first).
This issue only happens on electron example build.
Steps to Reproduce:
Open Theia
Open two terminals or more
ctrl+f on terminal 1
ctrl+f on terminal 2
attempt to close the find widget on terminal 2.
Additional Information
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
Bug Description:
The
esc
keybinding only closes the find widget when it can close it in FIFO order. (Only the first find widget to be oppened can be closed first).This issue only happens on electron example build.
Steps to Reproduce:
ctrl+f
on terminal 1ctrl+f
on terminal 2Additional Information
The text was updated successfully, but these errors were encountered: