Add a comment for bib style caching. Closes #3211
This commit is contained in:
parent
f61826281b
commit
1b30c8b2b5
1 changed files with 2 additions and 1 deletions
|
@ -1349,7 +1349,8 @@ Zotero.Integration.Session.prototype._updateDocument = async function(forceCitat
|
|||
bibliographyText = bib[0].bibstart+bib[1].join("")+bib[0].bibend;
|
||||
}
|
||||
|
||||
// if bibliography style not set, set it
|
||||
// Only set the bibliography style once so that customizations
|
||||
// to Bibliography style in word processors are maintained
|
||||
if(!this.data.style.bibliographyStyleHasBeenSet) {
|
||||
var bibStyle = Zotero.Cite.getBibliographyFormatParameters(bib);
|
||||
|
||||
|
|
Loading…
Reference in a new issue