mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
basic search tests
This commit is contained in:
@@ -17,6 +17,7 @@ class Attribute {
|
||||
/** @param {boolean} */
|
||||
this.isInheritable = !!row.isInheritable;
|
||||
|
||||
this.noteCache.attributes[this.attributeId] = this;
|
||||
this.noteCache.notes[this.noteId].ownedAttributes.push(this);
|
||||
|
||||
const key = `${this.type}-${this.name}`;
|
||||
|
||||
Reference in New Issue
Block a user