mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Fix never-ending auto-sync
This commit is contained in:
parent
c9b73f2bd3
commit
483da7c42e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue