mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
open recent notes autocomplete by focus so it is then closed with blur, fixes #272
This commit is contained in:
@@ -87,7 +87,7 @@ $searchInput.keyup(e => {
|
||||
if (e && e.which === $.ui.keyCode.ENTER) {
|
||||
doSearch();
|
||||
}
|
||||
}).focus();
|
||||
});
|
||||
|
||||
$doSearchButton.click(() => doSearch()); // keep long form because of argument
|
||||
$resetSearchButton.click(resetSearch);
|
||||
|
||||
Reference in New Issue
Block a user