Fix selecting last selected collection
This commit is contained in:
parent
c4ca22ca62
commit
36db3c98b3
1 changed files with 4 additions and 0 deletions
|
@ -919,6 +919,10 @@ Zotero.CollectionTreeView.prototype.selectByID = Zotero.Promise.coroutine(functi
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (found) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
var row = this._rowMap[type + id];
|
var row = this._rowMap[type + id];
|
||||||
if (!row) {
|
if (!row) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue