Fixed track selection when playing preview on tracklist view

This commit is contained in:
RemixDev 2020-07-28 17:58:31 +02:00
parent 2f126bc732
commit 9346f89d48
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -43,6 +43,7 @@ export default {
},
playPausePreview(e) {
e.preventDefault()
e.stopPropagation()
const { currentTarget: obj } = event
@ -120,4 +121,4 @@ export default {
</script>
<style>
</style>
</style>