diff --git a/chrome/content/zotero/contextPane.js b/chrome/content/zotero/contextPane.js index d32f0e3d50..e9e43f2c5a 100644 --- a/chrome/content/zotero/contextPane.js +++ b/chrome/content/zotero/contextPane.js @@ -376,10 +376,6 @@ var ZoteroContextPane = new function () { splitter.setAttribute('state', open ? 'open' : 'collapsed'); _update(); - - if (open) { - ZoteroContextPane.focus(); - } } function _getCurrentAttachment() {