mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
Update sattachment.ts -> Fix backend bug that prevented library items from loading
This commit is contained in:
@@ -62,7 +62,7 @@ class SAttachment extends AbstractShacaEntity {
|
|||||||
|
|
||||||
/** @returns true if the attachment has string content (not binary) */
|
/** @returns true if the attachment has string content (not binary) */
|
||||||
hasStringContent() {
|
hasStringContent() {
|
||||||
return utils.isStringNote(null, this.mime);
|
return utils.isStringNote(undefined, this.mime);
|
||||||
}
|
}
|
||||||
|
|
||||||
getPojo() {
|
getPojo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user