mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
hide search help tooltip on executed search
This commit is contained in:
parent
53a995fecb
commit
bb43014230
@ -80,6 +80,8 @@ async function doSearch(searchText) {
|
||||
return;
|
||||
}
|
||||
|
||||
$searchBox.tooltip("hide");
|
||||
|
||||
const response = await server.get('search/' + encodeURIComponent(searchText));
|
||||
|
||||
if (!response.success) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user