diff --git a/chrome/content/zotero/contextPane.js b/chrome/content/zotero/contextPane.js index 65297d690b..6eea8c82a8 100644 --- a/chrome/content/zotero/contextPane.js +++ b/chrome/content/zotero/contextPane.js @@ -190,6 +190,7 @@ var ZoteroContextPane = new function () { open = false; } + _contextPane.setAttribute('collapsed', !open); splitter.setAttribute('state', open ? 'open' : 'collapsed'); _update(); }