Skip to content

Commit

Permalink
fix(addons/InfoBox): don't open again on update
Browse files Browse the repository at this point in the history
* Closes #682
  • Loading branch information
tomchentw committed Oct 27, 2017
1 parent 98a9c1f commit 72cb16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/addons/InfoBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export class InfoBox extends React.PureComponent {
this.state[INFO_BOX].getContent()
)
}
open(this.state[INFO_BOX], this.context[ANCHOR])
}

componentWillUnmount() {
Expand Down

0 comments on commit 72cb16f

Please sign in to comment.