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 96bef23 commit 1dd8742Copy full SHA for 1dd8742
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