Explorar el Código

Update index.tsx

lex hace 10 meses
padre
commit
908b424d4b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/views/tempo-practice/index.tsx

+ 0 - 2
src/views/tempo-practice/index.tsx

@@ -196,8 +196,6 @@ export default defineComponent({
       if (ev.data.api === 'setPlayState') {
         if (ev.data.data) {
           handlePlay();
-        } else {
-          handleStop();
         }
       }