Return focus to the workspace center on escape

This commit is contained in:
Max Brunsfeld 2022-06-16 11:30:02 -07:00
parent cef85f5d84
commit dd7b874039
4 changed files with 19 additions and 2 deletions

View file

@ -16,6 +16,7 @@ clock = { path = "../clock" }
collections = { path = "../collections" }
gpui = { path = "../gpui" }
language = { path = "../language" }
menu = { path = "../menu" }
project = { path = "../project" }
settings = { path = "../settings" }
theme = { path = "../theme" }