mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
fixes for zip export/import in regard to attachments
This commit is contained in:
@@ -110,7 +110,7 @@ class SNote extends AbstractShacaEntity {
|
||||
if (this.hasStringContent()) {
|
||||
return content === null
|
||||
? ""
|
||||
: content.toString("UTF-8");
|
||||
: content.toString("utf-8");
|
||||
}
|
||||
else {
|
||||
return content;
|
||||
|
||||
Reference in New Issue
Block a user