fixed search not working on first click
This commit is contained in:
parent
9f9f113a0e
commit
2c2f586420
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ function _Search() {
|
|||
try {
|
||||
const _postCards: unknown[] = []
|
||||
for (const res of index.search(
|
||||
query.query
|
||||
searchInput
|
||||
)) {
|
||||
const postData = map.posts[res.ref]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue