Improved autocompletion!

This commit is contained in:
Gregory Schier
2023-03-02 11:14:51 -08:00
parent 59967374c5
commit 957739ba5e
8 changed files with 89 additions and 64 deletions

View File

@@ -119,7 +119,6 @@ function getExtensions({
? [
EditorView.domEventHandlers({
keydown: (e) => {
console.log('KEYDOWN', e);
if (e.key === 'Enter') onSubmit?.();
},
}),