mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
small tweaks
This commit is contained in:
@@ -33,6 +33,7 @@ class NoteRevision extends Entity {
|
||||
constructor(row) {
|
||||
super(row);
|
||||
|
||||
this.isErased = !!this.isErased;
|
||||
this.isProtected = !!this.isProtected;
|
||||
|
||||
if (this.isProtected) {
|
||||
|
||||
Reference in New Issue
Block a user