Browse Source

Update index.tsx

lex-xin 6 months ago
parent
commit
288b8b6bce
1 changed files with 2 additions and 0 deletions
  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();
         }
       }