mirror of
https://github.com/zotero/zotero.git
synced 2026-09-09 22:31:05 +00:00
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…
Add table
Reference in a new issue