Fix citation editing with sorted styles
This commit is contained in:
parent
fa602e4984
commit
94e92b9f53
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ var Zotero_QuickFormat = new function () {
|
|||
function _showCitation(insertBefore) {
|
||||
if(!io.citation.properties.unsorted
|
||||
&& keepSorted.hasAttribute("checked")
|
||||
&& io.citation.sortedItems
|
||||
&& io.citation.sortedItems.length) {
|
||||
for(var i=0, n=io.citation.sortedItems.length; i<n; i++) {
|
||||
_insertBubble(io.citation.sortedItems[i][1], insertBefore);
|
||||
|
|
Loading…
Add table
Reference in a new issue