mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
when saving Saved Search or SQL console, move it to their home (i.e. remove from hidden subtree)
This commit is contained in:
@@ -123,7 +123,7 @@ class NoteContext extends Component {
|
||||
return this.notePath ? this.notePath.split('/') : [];
|
||||
}
|
||||
|
||||
/** @return {NoteComplement} */
|
||||
/** @returns {NoteComplement} */
|
||||
async getNoteComplement() {
|
||||
if (!this.noteId) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user