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
fix: avoid activating search box when cmd + shift + k is pressed (#1380)
* Only focus search when no shiftKey
When using Ctrl/Cmd+Shift+k in repl/tutorial you expect the current line to be removed, instead search in the nav-bar is focused. This change should fix that.
* format
---------
Co-authored-by: Tee Ming <[email protected]>
Co-authored-by: Chew Tee Ming <[email protected]>
0 commit comments