mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
promoted attributes widget is now auto-updating, fixes #700
This commit is contained in:
@@ -105,7 +105,7 @@ class Attribute extends Entity {
|
||||
|
||||
// cannot be static!
|
||||
updatePojo(pojo) {
|
||||
delete pojo.__note;
|
||||
delete pojo.__note; // FIXME: probably note necessary anymore
|
||||
}
|
||||
|
||||
createClone(type, name, value) {
|
||||
|
||||
Reference in New Issue
Block a user