We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9adf23 commit 0e12e7aCopy full SHA for 0e12e7a
src/view.ts
@@ -34,7 +34,6 @@ export const acceptCompletion: Command = (view: EditorView) => {
34
Date.now() - cState.open.timestamp < view.state.facet(completionConfig).interactionDelay)
35
return false
36
return applyCompletion(view, cState.open.options[cState.open.selected])
37
- return true
38
}
39
40
/// Explicitly start autocompletion.
0 commit comments