Select library tab when navigating to item from syncRunner popup

This commit is contained in:
Martynas Bagdonas 2021-03-25 13:33:16 +02:00
parent f6fa81fdac
commit 5e98b9c533

View file

@ -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);
};
}