Fix refresh when opening related-item box in note editor

This commit is contained in:
Dan Stillman 2017-05-19 12:01:29 -04:00
parent 1cbc2440ec
commit ddc9989d82

View file

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