mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-03-03 21:26:20 +00:00
Fixed track selection when playing preview on tracklist view
This commit is contained in:
parent
2f126bc732
commit
9346f89d48
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue