Fixed input binding

This commit is contained in:
Simon Cambier
2022-04-20 08:12:48 +02:00
parent d5f7382a98
commit 035d4ff957
4 changed files with 26 additions and 23 deletions

View File

@@ -27,11 +27,6 @@ function createIndexedNotes() {
}
}
/**
* If this field is set, the search will be limited to the given file
*/
// export const inFileSearch = writable<TFile | null>(null)
/**
* A reference to the plugin instance
*/
@@ -46,5 +41,3 @@ export const modal = writable<OmnisearchModal>()
* The entire list of indexed notes, constantly kept up-to-date.
*/
export const indexedNotes = createIndexedNotes()
export const lastSearch = writable('')