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 }
|
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user