Updated ListItem to rounded

pull/21/head
Nikan Dalvand 2019-07-26 17:33:09 +04:30
parent db7a30166f
commit 815b1eb65a
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,6 @@ li
width: 4rem
height: 4rem
margin-right: .6rem
border-radius: 6px
border-radius: 10rem
</style>

View File

@ -72,6 +72,10 @@ export default {
progressWave.style.width = currentWidth
})
this.wavesurfer.on('seek', (amount) => {
if (!this.playingStatus) {
this.wavesurfer.updateProgress()
console.log('wtf')
}
isSeek = true
})
},