zhangyujun 3 жил өмнө
parent
commit
39562a4d16

+ 1 - 1
src/hooks/light/audio.ts

@@ -16,7 +16,7 @@ export function useAudio() {
 
     }
     let playAudio = (url: string) => {
-        stopAudio()
+        pauseAudio()
         sound = new Howl({
             src: url,
             html5: true,