mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
fixed "duplicate subtree"
This commit is contained in:
@@ -41,7 +41,7 @@ class Entity {
|
||||
}
|
||||
|
||||
getUtcDateChanged() {
|
||||
return this.utcDateModified || this.utcDateCreated;
|
||||
return this.utcDateModified;
|
||||
}
|
||||
|
||||
get repository() {
|
||||
|
||||
Reference in New Issue
Block a user