mirror of
https://github.com/zotero/zotero.git
synced 2026-09-11 22:51:15 +00:00
Fix classic Add Citation dialog after 820755e15
This commit is contained in:
parent
bd287013fe
commit
8edd4b0523
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ var onCollectionSelected = Zotero.Promise.coroutine(function* ()
|
|||
clearItemsPaneMessage();
|
||||
|
||||
connectionSelectedDeferred.resolve();
|
||||
collectionsView.onSelect();
|
||||
collectionsView.runListeners('select');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ function onSearch()
|
|||
|
||||
function onItemSelected()
|
||||
{
|
||||
itemsView.onSelect();
|
||||
itemsView.runListeners('select');
|
||||
}
|
||||
|
||||
function setItemsPaneMessage(content) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue