Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fixing embedded bar not closing in chrome extension (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored and arkpar committed Feb 3, 2017
1 parent c7dbd87 commit 3106835
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/src/views/ParityBar/parityBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ class ParityBar extends Component {

renderExpanded () {
return (
<div className={ styles.overlay }>
<div
className={ styles.overlay }
ref={ this.onRef }
>
<ParityBackground className={ styles.expanded }>
<div className={ styles.header }>
<div className={ styles.title }>
Expand Down

0 comments on commit 3106835

Please sign in to comment.