diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index 049fe119e..e40906b50 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -171,6 +171,10 @@ //Zotero.debug("Skipping notification from current note field"); continue; } + if (this.noteField.changed) { + //Zotero.debug("Note has changed since last save -- skipping refresh"); + return; + } this.refresh(); break; } @@ -181,7 +185,7 @@ - +