don't needt o open topic card
This commit is contained in:
parent
4949f0dbd6
commit
c5564e02fc
1 changed files with 0 additions and 5 deletions
|
@ -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()
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue