Collection tree selection fixes

Fixes various logic around what gets selected when collections and
searches are moved to or restored from the trash (which has never been
exposed) or when they're erased
This commit is contained in:
Dan Stillman 2023-08-11 04:01:28 -04:00
parent c4eb9df716
commit 9dd182e9ca
3 changed files with 108 additions and 12 deletions

View file

@ -440,6 +440,7 @@ var clearFeeds = Zotero.Promise.coroutine(function* () {
* @param {String} [params.parentKey]
* @param {Boolean} [params.synced]
* @param {Integer} [params.version]
* @param {Boolean} [params.deleted]
* @param {Integer} [params.dateAdded] - Allowed for items
* @param {Integer} [params.dateModified] - Allowed for items
*/