diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index d6e2194aa..dccdc333c 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -257,15 +257,6 @@ // Update note var noteField = this._id('noteField'); if (this.item) { - // If note is reselected automatically after save - // from external note window, don't overwrite content - // - // TODO: use clientDateModified instead - if (this.item.getField('dateModified') != this._mtime) { - Zotero.debug("Note has already been changed", 4); - return; - } - let changed = this.item.setNote(noteField.value); if (changed && this.saveOnEdit) { yield this.item.saveTx();