Browse Source

播放过程中 不能点击指法

黄琪勇 11 months ago
parent
commit
89f433297d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/fingering/index.tsx

+ 1 - 1
src/view/fingering/index.tsx

@@ -37,7 +37,7 @@ export default defineComponent({
 
 
     const doubeClick = () => {
     const doubeClick = () => {
       // 如果在评测和跟练中,双击指法不跳转
       // 如果在评测和跟练中,双击指法不跳转
-      if ((state.modeType === 'evaluating' && evaluatingData.startBegin) || (state.modeType === 'follow' && followData.start)) {
+      if ((state.modeType === 'evaluating' && evaluatingData.startBegin) || (state.modeType === 'follow' && followData.start) || state.playState === "play") {
         return;
         return;
       }
       }
       const nowTime = Date.now();
       const nowTime = Date.now();