mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
small attribute optimizations
This commit is contained in:
@@ -16,7 +16,7 @@ function isNotePathArchived(notePath) {
|
||||
const note = becca.notes[notePath[i]];
|
||||
|
||||
// this is going through parents so archived must be inheritable
|
||||
if (note.hasInheritableOwnedArchivedLabel()) {
|
||||
if (note.hasInheritableArchivedLabel()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user