mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
getting rid of note complement WIP
This commit is contained in:
@@ -61,7 +61,7 @@ class BNoteRevision extends AbstractBeccaEntity {
|
||||
}
|
||||
|
||||
/** @returns {boolean} true if the note has string content (not binary) */
|
||||
isStringNote() {
|
||||
hasStringContent() {
|
||||
return utils.isStringNote(this.type, this.mime);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user