mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +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) */
|
||||
hasStringContent() {
|
||||
return utils.isStringNote(null, this.mime);
|
||||
return utils.isStringNote(undefined, this.mime);
|
||||
}
|
||||
|
||||
getPojo() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user