Fix autocomplete inside dialog

This commit is contained in:
Gregory Schier
2023-03-03 17:03:20 -08:00
parent 1382d7c523
commit abc3745be1
7 changed files with 64 additions and 35 deletions

View File

@@ -31,6 +31,7 @@ import {
keymap,
lineNumbers,
rectangularSelection,
tooltips,
} from '@codemirror/view';
import { tags as t } from '@lezer/highlight';
import { twig } from './twig/extension';