chore(code/find): update current found

This commit is contained in:
Elian Doran
2025-05-12 20:43:30 +03:00
parent e08011b3d6
commit e5417827f4
3 changed files with 21 additions and 22 deletions

View File

@@ -185,7 +185,8 @@ export default class CodeMirror extends EditorView {
}
return {
totalFound: instance?.totalFound ?? 0
totalFound: instance?.totalFound ?? 0,
currentFound: instance?.currentFound ?? 0
}
}