Fixed input binding
This commit is contained in:
@@ -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('')
|
||||
|
||||
Reference in New Issue
Block a user