mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
note type context submenu now works end to end
This commit is contained in:
@@ -74,7 +74,8 @@ class Note extends Entity {
|
||||
}
|
||||
|
||||
if (this.isStringNote()) {
|
||||
this.noteContent.content = this.noteContent.content.toString("UTF-8");
|
||||
this.noteContent.content = this.noteContent.content === null
|
||||
? "" : this.noteContent.content.toString("UTF-8");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user