mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fix "search in fulltext" button on "jump to note" dialog.
This commit is contained in:
@@ -30,9 +30,8 @@ function showInFullText(e) {
|
||||
|
||||
const searchText = $autoComplete.val();
|
||||
|
||||
searchNotesService.resetSearch();
|
||||
searchNotesService.showSearch();
|
||||
searchNotesService.doSearch(searchText);
|
||||
appContext.triggerCommand('showSearch', {searchText});
|
||||
appContext.triggerCommand('searchForResults', {searchText});
|
||||
|
||||
$dialog.modal('hide');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user