Fixing embedded bar not closing in chrome extension (#4367)

This commit is contained in:
Tomasz Drwięga 2017-01-31 12:34:55 +01:00 committed by Gav Wood
parent b864d0f6ec
commit aaed67cfaf

View File

@ -161,6 +161,7 @@ class ParityBar extends Component {
onMouseLeave={ this.onMouseLeave } onMouseLeave={ this.onMouseLeave }
onMouseMove={ this.onMouseMove } onMouseMove={ this.onMouseMove }
onMouseUp={ this.onMouseUp } onMouseUp={ this.onMouseUp }
ref={ this.onRef }
> >
<ParityBackground <ParityBackground
className={ parityBgClassNames.join(' ') } className={ parityBgClassNames.join(' ') }
@ -187,7 +188,6 @@ class ParityBar extends Component {
return ( return (
<div <div
className={ styles.cornercolor } className={ styles.cornercolor }
ref={ this.onRef }
> >
{ {
this.renderLink( this.renderLink(