Skip to content

Commit 0e12e7a

Browse files
authored
Remove unreachable return statement
1 parent a9adf23 commit 0e12e7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/view.ts

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const acceptCompletion: Command = (view: EditorView) => {
3434
Date.now() - cState.open.timestamp < view.state.facet(completionConfig).interactionDelay)
3535
return false
3636
return applyCompletion(view, cState.open.options[cState.open.selected])
37-
return true
3837
}
3938

4039
/// Explicitly start autocompletion.

0 commit comments

Comments
 (0)