Fix clearing of active quick search after annotation change
https://forums.zotero.org/discussion/90727/search-results-disappear
This commit is contained in:
parent
a505c94751
commit
26847c672f
1 changed files with 4 additions and 0 deletions
|
@ -231,6 +231,10 @@ Zotero.Annotations = new function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Don't try to select annotation, which would clear an active quick search (at least
|
||||||
|
// until annotations are visible in the items list)
|
||||||
|
saveOptions.skipSelect = true;
|
||||||
|
|
||||||
await item.saveTx(saveOptions);
|
await item.saveTx(saveOptions);
|
||||||
|
|
||||||
return item;
|
return item;
|
||||||
|
|
Loading…
Add table
Reference in a new issue