#232 - Tentative fix

This commit is contained in:
Simon Cambier
2023-05-01 16:05:39 +02:00
parent 3f6e242b5d
commit 4a935b3eda
2 changed files with 10 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
import { searchEngine } from 'src/search/omnisearch'
export let modal: OmnisearchVaultModal
export let previousQuery: string | undefined
let previousQuery: string | undefined
let selectedIndex = 0
let historySearchIndex = 0
let searchQuery: string | undefined