Browse Source

Update index.tsx

lex 10 months ago
parent
commit
908b424d4b
1 changed files with 0 additions and 2 deletions
  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();
         }
       }