Merge branch 'patch-3' of https://github.com/btzr-io/lbry-app into btzr-io-patch-3

This commit is contained in:
Jeremy Kauffman 2017-08-28 13:47:07 -04:00
commit be6f93ac71
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
* Support claims no longer show up on Published page (#384)
* Fixed rendering of small prices (#461)
* Fixed incorrect URI in Downloads/Published page (#460)
* Fixed menu bug (#503)
### Deprecated
*

View file

@ -69,7 +69,7 @@ export class DropDownMenu extends React.PureComponent {
});
}
handleWindowClick(e) {
handleWindowClick = (e) => {
if (
this.state.menuOpen &&
(!this._menuDiv || !this._menuDiv.contains(e.target))