mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
hide search help tooltip on executed search
This commit is contained in:
@@ -80,6 +80,8 @@ async function doSearch(searchText) {
|
||||
return;
|
||||
}
|
||||
|
||||
$searchBox.tooltip("hide");
|
||||
|
||||
const response = await server.get('search/' + encodeURIComponent(searchText));
|
||||
|
||||
if (!response.success) {
|
||||
|
||||
Reference in New Issue
Block a user