Skip to content

Commit

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

componentWillUnmount() {
Expand Down

0 comments on commit 98a9c1f

Please sign in to comment.