Skip to content

Commit cb76c6f

Browse files
committed
chore: clean
1 parent 0bdab6c commit cb76c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/components/editor/TheEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const findAll = (q: string) => {
237237
}
238238
}
239239
240-
editor.findAll(q, { caseSensitive: false, preventScroll: true, range: null })
240+
editor.findAll(q, { caseSensitive: false, preventScroll: true })
241241
}
242242
243243
const getCursorPosition = () => {

0 commit comments

Comments
 (0)