mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
"show in full search" closes the quick search dropdown
This commit is contained in:
parent
26bcfe5160
commit
9d18bebb13
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ export default class QuickSearchWidget extends BasicWidget {
|
|||
}
|
||||
|
||||
async showInFullSearch() {
|
||||
this.$dropdownToggle.dropdown("hide");
|
||||
|
||||
const searchNote = await dateNotesService.createSearchNote({searchString: this.$searchString.val()});
|
||||
|
||||
await froca.loadSearchNote(searchNote.noteId);
|
||||
|
|
Loading…
Reference in a new issue