mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
small fixes
This commit is contained in:
@@ -167,7 +167,7 @@ export default class SearchBoxWidget extends BasicWidget {
|
||||
this.$searchInput.val("");
|
||||
}
|
||||
|
||||
searchInSubtreeCommand({noteId}) {
|
||||
searchInSubtreeEvent({noteId}) {
|
||||
noteId = noteId || appContext.tabManager.getActiveTabNoteId();
|
||||
|
||||
this.toggle(true);
|
||||
|
||||
Reference in New Issue
Block a user