We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f904171 commit 67ecba2Copy full SHA for 67ecba2
packages/code-editor/src/SearchForm/SearchForm.tsx
@@ -79,7 +79,6 @@ export function SearchForm({ view }: SearchFormProps) {
79
80
const cursor = query.getCursor(view.state.doc);
81
let count = 0;
82
-
83
let result = cursor.next();
84
85
while (!result.done) {
0 commit comments