Fix issue with old-style persisted 'collapsed' attribute on tag selector
If localstore.rdf has the tag selector persisted closed from before zotero-persist, the 'state' attribute on the splitter that we now use won't cause the tag selector to open.
This commit is contained in:
parent
b5760d7f45
commit
c9dbd34e01
1 changed files with 7 additions and 1 deletions
|
@ -319,7 +319,13 @@
|
|||
zotero-persist="state">
|
||||
<grippy oncommand="ZoteroPane_Local.toggleTagSelector()"/>
|
||||
</splitter>
|
||||
<zoterotagselector id="zotero-tag-selector" zotero-persist="height,showAutomatic,filterToScope"
|
||||
<!-- 'collapsed' is no longer necessary here due to the persisted 'state' on
|
||||
zotero-tags-splitter, but without this an old-style entry for 'collapsed'
|
||||
in localstore.rdf can cause the pane to always be closed on Zotero open.
|
||||
|
||||
TODO: deal with this some other way?
|
||||
-->
|
||||
<zoterotagselector id="zotero-tag-selector" zotero-persist="height,collapsed,showAutomatic,filterToScope"
|
||||
oncommand="ZoteroPane_Local.updateTagFilter()"/>
|
||||
</vbox>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue