Html – Audio play button firing phantom second click when currentTime is modified programmatically, preventing playback
When I pause an Audio and set it's currentTime, it does something weird. when I press a button that controls the .paused state of the Audio, it seems to click again automatically, preventing the audio from playing. Why? Additionally, if…