jessuni / shikwasa

An audio player born for podcast
https://shikwasa.js.org
MIT License
476 stars 30 forks source link

Chapters are always shown and can't be closed #54

Closed editpetercolquhoun closed 2 years ago

editpetercolquhoun commented 2 years ago

After getting this project working with TS and React i have managed to create the audio widget and everything works fine except for chapters which are always shown below the audio player and the close button dosen't seem to work and neither does the view chapters btn. I have checked to make sure that no other styles are being applied accidentally and I have made sure that the start and end time for the chapters is less than the duration of the file and just in case I have tried using the position and type properties. Thanks