Fix refresh when opening related-item box in note editor
This commit is contained in:
parent
1cbc2440ec
commit
ddc9989d82
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@
|
||||||
</xul:rows>
|
</xul:rows>
|
||||||
</xul:grid>
|
</xul:grid>
|
||||||
<xul:popupset>
|
<xul:popupset>
|
||||||
<xul:menupopup id="relatedPopup" width="300" onpopupshowing="this.firstChild.reload();">
|
<xul:menupopup id="relatedPopup" width="300" onpopupshowing="this.firstChild.refresh();">
|
||||||
<xul:relatedbox id="related" flex="1"/>
|
<xul:relatedbox id="related" flex="1"/>
|
||||||
</xul:menupopup>
|
</xul:menupopup>
|
||||||
<!-- The onpopup* stuff is an ugly hack to keep track of when the
|
<!-- The onpopup* stuff is an ugly hack to keep track of when the
|
||||||
|
|
Loading…
Add table
Reference in a new issue