hidden subtree is not archived anymore

This commit is contained in:
zadam
2022-12-16 16:00:49 +01:00
parent b202b43bf5
commit d34a0a9fc0
10 changed files with 64 additions and 42 deletions

View File

@@ -10,6 +10,8 @@ function isHoistedInHiddenSubtree() {
if (hoistedNoteId === 'root') {
return false;
} else if (hoistedNoteId === 'hidden') {
return true;
}
const hoistedNote = becca.getNote(hoistedNoteId);