commit 06867d886ee65ae47a8b8714de3878a580286ff2
parent 536cd867d729b40e4448bef447f94881d44c193b
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 6 Aug 2015 22:49:21 -0400
Fix note loading
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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