Skip to content

Commit

Permalink
Fix for tomchentw#147
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiu-paraschiv committed Nov 18, 2015
1 parent e9f72f1 commit 0c0f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creators/OverlayViewCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default class OverlayViewCreator extends Component {

componentDidUpdate (prevProps) {
this.getOverlayView().setValues(this.props);
this.getOverlayView()._redraw(this.props.mapPaneName !== prevProps);
this.getOverlayView()._redraw(this.props.mapPaneName !== prevProps.mapPaneName);
}

componentWillUnmount () {
Expand Down

0 comments on commit 0c0f6a6

Please sign in to comment.