Make '+' key for items usable on large libraries
This commit is contained in:
parent
d9f059c1c4
commit
74d5fc6a84
|
@ -1809,6 +1809,7 @@ Zotero.ItemTreeView.prototype.rememberFirstRow = function(firstRow) {
|
||||||
|
|
||||||
|
|
||||||
Zotero.ItemTreeView.prototype.expandAllRows = function() {
|
Zotero.ItemTreeView.prototype.expandAllRows = function() {
|
||||||
|
this.selection.selectEventsSuppressed = true;
|
||||||
this._treebox.beginUpdateBatch();
|
this._treebox.beginUpdateBatch();
|
||||||
for (var i=0; i<this.rowCount; i++) {
|
for (var i=0; i<this.rowCount; i++) {
|
||||||
if (this.isContainer(i) && !this.isContainerOpen(i)) {
|
if (this.isContainer(i) && !this.isContainerOpen(i)) {
|
||||||
|
@ -1817,6 +1818,7 @@ Zotero.ItemTreeView.prototype.expandAllRows = function() {
|
||||||
}
|
}
|
||||||
this._refreshHashMap();
|
this._refreshHashMap();
|
||||||
this._treebox.endUpdateBatch();
|
this._treebox.endUpdateBatch();
|
||||||
|
this.selection.selectEventsSuppressed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user