mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(code/find): update current found
This commit is contained in:
@@ -185,7 +185,8 @@ export default class CodeMirror extends EditorView {
|
||||
}
|
||||
|
||||
return {
|
||||
totalFound: instance?.totalFound ?? 0
|
||||
totalFound: instance?.totalFound ?? 0,
|
||||
currentFound: instance?.currentFound ?? 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user