From 06867d886ee65ae47a8b8714de3878a580286ff2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 6 Aug 2015 22:49:21 -0400 Subject: [PATCH] Fix note loading --- chrome/content/zotero/zoteroPane.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 4c846b6121..14ad0a520f 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -1294,6 +1294,7 @@ var ZoteroPane = new function() var clearUndo = noteEditor.item ? noteEditor.item.id != item.id : false; noteEditor.parent = null; + yield item.loadNote(); noteEditor.item = item; // If loading new or different note, disable undo while we repopulate the text field