fix(editor): Indent on tabs in expression fields (#9659)
This commit is contained in:
committed by
GitHub
parent
ebba7c87cd
commit
bb7227d18d
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user