mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
Update sattachment.ts -> Fix backend bug that prevented library items from loading
This commit is contained in:
parent
ee4fe05cd1
commit
3ed9f4e056
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user