fix: Fixed workspace menu item rename issue

This commit is contained in:
Aman Harwara
2022-12-07 17:46:49 +05:30
parent 46245b5569
commit 45cdab6f6c
2 changed files with 48 additions and 45 deletions

View File

@@ -9,4 +9,5 @@ export enum KeyboardKey {
Escape = 'Escape',
Home = 'Home',
End = 'End',
Space = ' ',
}