Merge branch 'patch-3' of https://github.com/btzr-io/lbry-app into btzr-io-patch-3
This commit is contained in:
commit
be6f93ac71
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue