Fix never-ending auto-sync
This commit is contained in:
parent
c9b73f2bd3
commit
483da7c42e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user