refs #531 Jump only modal is open
This commit is contained in:
parent
21c9efeeb9
commit
2e4550424f
|
@ -100,8 +100,9 @@ export default {
|
||||||
this.$store.commit('TimelineSpace/Modals/Jump/changeSelected', channel)
|
this.$store.commit('TimelineSpace/Modals/Jump/changeSelected', channel)
|
||||||
},
|
},
|
||||||
jumpCurrentSelected () {
|
jumpCurrentSelected () {
|
||||||
console.log('catch')
|
if (this.jumpModal) {
|
||||||
this.$store.dispatch('TimelineSpace/Modals/Jump/jumpCurrentSelected')
|
this.$store.dispatch('TimelineSpace/Modals/Jump/jumpCurrentSelected')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
jump (channel) {
|
jump (channel) {
|
||||||
this.$store.dispatch('TimelineSpace/Modals/Jump/jump', channel)
|
this.$store.dispatch('TimelineSpace/Modals/Jump/jump', channel)
|
||||||
|
|
Loading…
Reference in New Issue