mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
fix: disable shortcut when writting text (#4053)
This commit is contained in:
3
web/src/lib/stores/shortcut.store.ts
Normal file
3
web/src/lib/stores/shortcut.store.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const disableShortcut = writable<boolean>(false);
|
||||
Reference in New Issue
Block a user