Fix metadata pane refresh issues
This commit is contained in:
parent
fffbd6e387
commit
f76435a9b3
2 changed files with 3 additions and 3 deletions
|
@ -31,12 +31,12 @@
|
|||
<script src="include.js"/>
|
||||
<script src="itemPane.js"/>
|
||||
|
||||
<tabpanels id="zotero-view-item" flex="1" oncommand="if (this.selectedIndex !== '') { ZoteroItemPane.loadPane(this.selectedIndex); }">
|
||||
<tabpanels id="zotero-view-item" flex="1">
|
||||
<tabpanel>
|
||||
<zoteroitembox id="zotero-editpane-item-box" flex="1"/>
|
||||
</tabpanel>
|
||||
|
||||
<tabpanel flex="1" align="top">
|
||||
<tabpanel flex="1" orient="vertical">
|
||||
<hbox align="center">
|
||||
<label id="zotero-editpane-notes-label"/>
|
||||
<button label="&zotero.item.add;" oncommand="ZoteroItemPane.addNote();"/>
|
||||
|
|
|
@ -375,7 +375,7 @@
|
|||
<groupbox pack="center" align="center">
|
||||
<label id="zotero-view-selected-label"/>
|
||||
</groupbox>
|
||||
<tabbox id="zotero-view-tabbox" flex="1">
|
||||
<tabbox id="zotero-view-tabbox" flex="1" oncommand="if (this.selectedIndex !== '') { ZoteroItemPane.loadPane(this.selectedIndex); }">
|
||||
<tabs>
|
||||
<tab label="&zotero.tabs.info.label;"/>
|
||||
<tab label="&zotero.tabs.notes.label;"/>
|
||||
|
|
Loading…
Reference in a new issue