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() - }) } } )