mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
fix refresh operation
This commit is contained in:
parent
2f671725b8
commit
4d91ec8f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ Zotero.Integration.Document.prototype._updateSession = function(newField, editFi
|
|||
*/
|
||||
Zotero.Integration.Document.prototype._updateDocument = function(forceCitations, forceBibliography) {
|
||||
// update citations
|
||||
this._session.updateUpdateIndices();
|
||||
this._session.updateUpdateIndices(forceCitations);
|
||||
var deleteCitations = this._session.updateCitations();
|
||||
this._deleteFields = this._deleteFields.concat([i for(i in deleteCitations)]);
|
||||
for(var i in this._session.updateIndices) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue