Removed useless excalidraw toggle

This commit is contained in:
Simon Cambier
2024-01-20 10:58:36 +01:00
parent b86bbf8407
commit 569d6c73ed
3 changed files with 2 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ export class Omnisearch {
},
}
private minisearch: MiniSearch
/** Map<path, mtime> */
private indexedDocuments: Map<string, number> = new Map()
// private previousResults: SearchResult[] = []
// private previousQuery: Query | null = null