small fixes for collapse/expand

This commit is contained in:
zadam
2020-05-03 13:52:12 +02:00
parent 2a3091f788
commit 43e12fbea2
4 changed files with 13 additions and 6 deletions

View File

@@ -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) {