Merge branch '3.0' into 4.0
This commit is contained in:
commit
2b4f2e3a0f
1 changed files with 0 additions and 2 deletions
|
@ -319,7 +319,6 @@ Zotero.ItemTreeView.prototype._refreshGenerator = function()
|
|||
}
|
||||
var savedSelection = this.saveSelection();
|
||||
var savedOpenState = this.saveOpenState();
|
||||
var savedFirstRow = this.saveFirstRow();
|
||||
|
||||
var oldRows = this.rowCount;
|
||||
this._dataItems = [];
|
||||
|
@ -408,7 +407,6 @@ Zotero.ItemTreeView.prototype._refreshGenerator = function()
|
|||
}
|
||||
|
||||
this.rememberOpenState(savedOpenState);
|
||||
this.rememberFirstRow(savedFirstRow);
|
||||
this.rememberSelection(savedSelection);
|
||||
this.expandMatchParents();
|
||||
if (unsuppress) {
|
||||
|
|
Loading…
Reference in a new issue