Przeglądaj źródła

Update index.tsx

lex-xin 10 miesięcy temu
rodzic
commit
288b8b6bce
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/views/tempo-practice/index.tsx

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

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