event fixes WIP

This commit is contained in:
zadam
2020-03-06 22:17:07 +01:00
parent 26599f057c
commit e10d23289e
18 changed files with 359 additions and 1239 deletions

View File

@@ -170,7 +170,7 @@ export default class SearchBoxWidget extends BasicWidget {
searchInSubtreeEvent({noteId}) {
noteId = noteId || appContext.tabManager.getActiveTabNoteId();
this.toggle(true);
this.toggleInt(true);
this.$searchInput.val(`@in=${noteId} @text*=*`);
}