From 1650026b6f15ae99b3276e85dcf0deffa1c8b126 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 22 Mar 2017 19:22:21 -0400 Subject: [PATCH] Update Links.js --- frontend/src/components/TopicCard/Links.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/TopicCard/Links.js b/frontend/src/components/TopicCard/Links.js index ef401106..accf2bfa 100644 --- a/frontend/src/components/TopicCard/Links.js +++ b/frontend/src/components/TopicCard/Links.js @@ -25,6 +25,8 @@ class Links extends Component { this.props.updateTopic({ 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 => {