"show in full search" closes the quick search dropdown

This commit is contained in:
zadam 2021-12-06 20:43:50 +01:00
parent 26bcfe5160
commit 9d18bebb13

View file

@ -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);