mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
"show in full search" closes the quick search dropdown
This commit is contained in:
parent
26bcfe5160
commit
9d18bebb13
@ -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…
x
Reference in New Issue
Block a user