fix(editor): Indent on tabs in expression fields (#9659)

This commit is contained in:
Milorad FIlipović
2024-06-07 15:30:26 +02:00
committed by GitHub
parent ebba7c87cd
commit bb7227d18d
3 changed files with 33 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ const ndvStore = useNDVStore();
const root = ref<HTMLElement>();
const extensions = computed(() => [
Prec.highest(
keymap.of([...tabKeyMap(true), ...enterKeyMap, ...autocompleteKeyMap, ...historyKeyMap]),
keymap.of([...tabKeyMap(false), ...enterKeyMap, ...autocompleteKeyMap, ...historyKeyMap]),
),
n8nLang(),
n8nAutocompletion(),