Toggling the tag selector with the keyboard shortcut throws an error

This commit is contained in:
Dan Stillman 2007-01-13 00:31:34 +00:00
parent 2c1c8636e2
commit 6e646b0455

View File

@ -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