mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 14:33:18 +02:00
Improved autocompletion!
This commit is contained in:
@@ -119,7 +119,6 @@ function getExtensions({
|
||||
? [
|
||||
EditorView.domEventHandlers({
|
||||
keydown: (e) => {
|
||||
console.log('KEYDOWN', e);
|
||||
if (e.key === 'Enter') onSubmit?.();
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user