mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
small fixes for collapse/expand
This commit is contained in:
@@ -231,7 +231,7 @@ class TreeCache {
|
||||
/** @return {Promise<NoteShort>} */
|
||||
async getNote(noteId, silentNotFoundError = false) {
|
||||
if (noteId === 'none') {
|
||||
console.log(`No 'none' note.`);
|
||||
console.trace(`No 'none' note.`);
|
||||
return null;
|
||||
}
|
||||
else if (!noteId) {
|
||||
|
||||
Reference in New Issue
Block a user