Update Links.js

This commit is contained in:
Connor Turland 2017-03-22 19:22:21 -04:00 committed by GitHub
parent ec2d00e26d
commit 1650026b6f

View file

@ -25,6 +25,8 @@ class Links extends Component {
this.props.updateTopic({ this.props.updateTopic({
metacode_id: metacodeId metacode_id: metacodeId
}) })
// this needs to trigger a redraw of the canvas,
// which it currently does using backbone. If backbone comes out, make sure it still does
} }
toggleShowMoreMaps = e => { toggleShowMoreMaps = e => {