Skip to content

Commit fd83934

Browse files
authored
docs: remove incorrect comment (#2333)
1 parent e39857e commit fd83934

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/client/state/storage.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ export const disableTransition = ref(false)
1717

1818
export const shortcutsEnabled = ref(true)
1919

20-
/**
21-
* Whether the keyboard shortcuts are enabled. Readonly,
22-
* use `lockShortcuts` and `releaseShortcuts` to modify.
23-
*/
24-
2520
// Use a locking mechanism to support multiple simultaneous locks
2621
// and avoid race conditions. Race conditions may occur, for example,
2722
// when locking shortcuts on editor focus and moving from one editor

0 commit comments

Comments
 (0)