Closed xishandong closed 1 year ago
When I use it for SPA Web, window.ap.on('timeupdate', autoScrollLyrics); this function may bind more than once, so that something went wrong, I tried window.ap.off('timeupdate', autoScrollLyrics); but there is no off function, how can I unbind first
When I use it for SPA Web, window.ap.on('timeupdate', autoScrollLyrics); this function may bind more than once, so that something went wrong, I tried window.ap.off('timeupdate', autoScrollLyrics); but there is no off function, how can I unbind first