diff --git a/client/src/js/quicktag.js b/client/src/js/quicktag.js index 3f2d8729..fc9bdf77 100644 --- a/client/src/js/quicktag.js +++ b/client/src/js/quicktag.js @@ -15,7 +15,7 @@ class QTTrack { // Get note from tags getNote() { - if (this.note) { + if (this.note || this.note === '') { return this.note; } let field = this.removeAbstractions(this.settings.noteTag.tag[this.getTagField()]);