Toggling the tag selector with the keyboard shortcut throws an error
This commit is contained in:
parent
2c1c8636e2
commit
6e646b0455
|
@ -325,7 +325,7 @@ var ZoteroPane = new function()
|
|||
|
||||
var showing = tagSelector.getAttribute('collapsed') == 'true';
|
||||
tagSelector.setAttribute('collapsed', !showing);
|
||||
this.updateTagSelectorSize();
|
||||
updateTagSelectorSize();
|
||||
|
||||
// If showing, set scope to items in current view
|
||||
// and focus filter textbox
|
||||
|
|
Loading…
Reference in New Issue
Block a user