Select library tab when navigating to item from syncRunner popup
This commit is contained in:
parent
f6fa81fdac
commit
5e98b9c533
1 changed files with 1 additions and 0 deletions
|
@ -1255,6 +1255,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
|
|||
var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
|
||||
.getService(Components.interfaces.nsIWindowMediator);
|
||||
var win = wm.getMostRecentWindow("navigator:browser");
|
||||
win.Zotero_Tabs.select('zotero-pane');
|
||||
win.ZoteroPane.selectItem(object.id);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue