Fixing embedded bar not closing in chrome extension (#4367)
This commit is contained in:
parent
b864d0f6ec
commit
aaed67cfaf
@ -161,6 +161,7 @@ class ParityBar extends Component {
|
||||
onMouseLeave={ this.onMouseLeave }
|
||||
onMouseMove={ this.onMouseMove }
|
||||
onMouseUp={ this.onMouseUp }
|
||||
ref={ this.onRef }
|
||||
>
|
||||
<ParityBackground
|
||||
className={ parityBgClassNames.join(' ') }
|
||||
@ -187,7 +188,6 @@ class ParityBar extends Component {
|
||||
return (
|
||||
<div
|
||||
className={ styles.cornercolor }
|
||||
ref={ this.onRef }
|
||||
>
|
||||
{
|
||||
this.renderLink(
|
||||
|
Loading…
Reference in New Issue
Block a user