Fixed #5 - jump to search match

Jumps to the first match
This commit is contained in:
Simon Cambier
2022-04-12 23:08:06 +02:00
parent eccb2fed71
commit 1728671abb
3 changed files with 33 additions and 6 deletions

View File

@@ -19,4 +19,6 @@ export type ResultNote = {
path: string
basename: string
content: string
keyword: string
occurence: number
}