StevenGLee / zotero-author-browser

This Zotero addon provides statics of authors and simplifies viewing items of designated author in a Zotero library.
GNU Affero General Public License v3.0
16 stars 0 forks source link

Sidebar content not changing after selecting item(s) in item pane. #6

Closed StevenGLee closed 3 months ago

StevenGLee commented 3 months ago

Currently Zotero doesn't support assign CollectionTreeRow that is not in the CollectionTree (left side bar) to ItemPane.

When selecting an item in the item pane, Zotero check firstly which CollectionTreeRow is selected in the collectionsView, and returns directly when there is no selection in the collectionsView. Thus, the code of changing the content in the right side bar is not running.