mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
event fixes WIP
This commit is contained in:
@@ -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*=*`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user