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
feat: close maximized panels with escape key (#2533)
fixes: #1165
Was annoyed with this while working on something, add handling to escape
close maximize fields.
Exclude if inputs are focused (ex. monaco uses escape to deselect, but
doesn't consume it, native searches clear field but don't consume it
either).
0 commit comments