Updated ListItem to rounded
parent
db7a30166f
commit
815b1eb65a
|
|
@ -50,6 +50,6 @@ li
|
||||||
width: 4rem
|
width: 4rem
|
||||||
height: 4rem
|
height: 4rem
|
||||||
margin-right: .6rem
|
margin-right: .6rem
|
||||||
border-radius: 6px
|
border-radius: 10rem
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,10 @@ export default {
|
||||||
progressWave.style.width = currentWidth
|
progressWave.style.width = currentWidth
|
||||||
})
|
})
|
||||||
this.wavesurfer.on('seek', (amount) => {
|
this.wavesurfer.on('seek', (amount) => {
|
||||||
|
if (!this.playingStatus) {
|
||||||
|
this.wavesurfer.updateProgress()
|
||||||
|
console.log('wtf')
|
||||||
|
}
|
||||||
isSeek = true
|
isSeek = true
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue