mirror of
https://github.com/zadam/trilium.git
synced 2025-01-02 21:32:51 +08:00
fix "search" button click
This commit is contained in:
parent
a98d80db31
commit
fdc3a7a7f2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ $searchInput.keyup(e => {
|
|||
}
|
||||
}).focus();
|
||||
|
||||
$doSearchButton.click(doSearch);
|
||||
$doSearchButton.click(() => doSearch()); // keep long form because of argument
|
||||
$resetSearchButton.click(resetSearch);
|
||||
|
||||
$saveSearchButton.click(saveSearch);
|
||||
|
|
Loading…
Reference in a new issue