mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
full search should be already triggered when going from quick search
This commit is contained in:
@@ -136,6 +136,8 @@ export default class QuickSearchWidget extends BasicWidget {
|
||||
async showInFullSearch() {
|
||||
const searchNote = await dateNotesService.createSearchNote({searchString: this.$searchString.val()});
|
||||
|
||||
await froca.loadSearchNote(searchNote.noteId);
|
||||
|
||||
await appContext.tabManager.getActiveContext().setNote(searchNote.noteId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user