fix: disable shortcut when writting text (#4053)

This commit is contained in:
martin
2023-09-11 12:28:41 +02:00
committed by GitHub
parent 77e38abe91
commit fd6ade2b5d
5 changed files with 38 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const disableShortcut = writable<boolean>(false);