mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
hidden subtree is not archived anymore
This commit is contained in:
@@ -10,6 +10,8 @@ function isHoistedInHiddenSubtree() {
|
||||
|
||||
if (hoistedNoteId === 'root') {
|
||||
return false;
|
||||
} else if (hoistedNoteId === 'hidden') {
|
||||
return true;
|
||||
}
|
||||
|
||||
const hoistedNote = becca.getNote(hoistedNoteId);
|
||||
|
||||
Reference in New Issue
Block a user