diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 3e9161afa1..29a95d0be0 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -1092,7 +1092,7 @@ Zotero.Sync.Runner.EventListener = { notify: function (event, type, ids, extraData) { // TODO: skip others - if (type == 'refresh') { + if (event == 'refresh' || event == 'redraw') { return; }