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;
|
||||
}
|
||||
|
||||
if (found) {
|
||||
return true;
|
||||
}
|
||||
|
||||
var row = this._rowMap[type + id];
|
||||
if (!row) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue