mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
small attribute optimizations
This commit is contained in:
@@ -20,7 +20,7 @@ function isHoistedInHiddenSubtree() {
|
||||
throw new Error(`Cannot find hoisted note ${hoistedNoteId}`);
|
||||
}
|
||||
|
||||
return hoistedNote.hasAncestor('_hidden');
|
||||
return hoistedNote.isHiddenCompletely();
|
||||
}
|
||||
|
||||
function getHoistedNote() {
|
||||
|
||||
Reference in New Issue
Block a user