mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
sql console also doesn't create a normal note by default
This commit is contained in:
@@ -275,8 +275,6 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
|
||||
|
||||
await appContext.tabManager.getActiveContext().setNote(notePath);
|
||||
|
||||
console.log("notePath", notePath);
|
||||
|
||||
toastService.showMessage("Search note has been saved into " + await treeService.getNotePathTitle(notePath));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user