From c5564e02fcceebdfad60c80995d50057aaaedaf6 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 1 Oct 2016 12:47:30 +0800 Subject: [PATCH] don't needt o open topic card --- frontend/src/Metamaps/PasteInput.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/Metamaps/PasteInput.js b/frontend/src/Metamaps/PasteInput.js index e7029d66..8166f7c0 100644 --- a/frontend/src/Metamaps/PasteInput.js +++ b/frontend/src/Metamaps/PasteInput.js @@ -2,7 +2,6 @@ import AutoLayout from './AutoLayout' import Import from './Import' -import TopicCard from './TopicCard' import Util from './Util' const PasteInput = { @@ -101,10 +100,6 @@ const PasteInput = { topic.set('name', data.title) topic.save() }) - TopicCard.showCard(topic.get('node'), function() { - $('#showcard #titleActivator').click() - .find('textarea, input').focus() - }) } } )