refs #531 Jump only modal is open

This commit is contained in:
AkiraFukushima 2018-08-20 21:25:37 +09:00
parent 21c9efeeb9
commit 2e4550424f
1 changed files with 3 additions and 2 deletions

View File

@ -100,8 +100,9 @@ export default {
this.$store.commit('TimelineSpace/Modals/Jump/changeSelected', channel)
},
jumpCurrentSelected () {
console.log('catch')
if (this.jumpModal) {
this.$store.dispatch('TimelineSpace/Modals/Jump/jumpCurrentSelected')
}
},
jump (channel) {
this.$store.dispatch('TimelineSpace/Modals/Jump/jump', channel)