don't needt o open topic card

This commit is contained in:
Devin Howard 2016-10-01 12:47:30 +08:00
parent 4949f0dbd6
commit c5564e02fc

View file

@ -2,7 +2,6 @@
import AutoLayout from './AutoLayout' import AutoLayout from './AutoLayout'
import Import from './Import' import Import from './Import'
import TopicCard from './TopicCard'
import Util from './Util' import Util from './Util'
const PasteInput = { const PasteInput = {
@ -101,10 +100,6 @@ const PasteInput = {
topic.set('name', data.title) topic.set('name', data.title)
topic.save() topic.save()
}) })
TopicCard.showCard(topic.get('node'), function() {
$('#showcard #titleActivator').click()
.find('textarea, input').focus()
})
} }
} }
) )