We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39857e commit fd83934Copy full SHA for fd83934
packages/client/state/storage.ts
@@ -17,11 +17,6 @@ export const disableTransition = ref(false)
17
18
export const shortcutsEnabled = ref(true)
19
20
-/**
21
- * Whether the keyboard shortcuts are enabled. Readonly,
22
- * use `lockShortcuts` and `releaseShortcuts` to modify.
23
- */
24
-
25
// Use a locking mechanism to support multiple simultaneous locks
26
// and avoid race conditions. Race conditions may occur, for example,
27
// when locking shortcuts on editor focus and moving from one editor
0 commit comments