Sfoglia il codice sorgente

修复课件播放时,tick还在播的情况

skyblued 2 anni fa
parent
commit
370b460fc6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/subpages/colexiu/buttons/player.tsx

+ 1 - 0
src/subpages/colexiu/buttons/player.tsx

@@ -30,6 +30,7 @@ export default defineComponent({
         if (runtime.playState == 'play') {
           RuntimeUtils.setPlayState()
         }
+        RuntimeUtils.stopTick()
       }
     }
     const sendMessage = () => {