Browse Source

一行谱 播放过程中,不执行点击动画

黄琪勇 3 days ago
parent
commit
ecf070b337
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/state.ts

+ 1 - 1
src/state.ts

@@ -1059,7 +1059,7 @@ export const gotoNext = (note: any, skipNote?: boolean) => {
   // }
   fillWordColor();
   // 一行谱,需要滚动小节
-  if (state.isSingleLine) {
+  if (state.isSingleLine && state.playState === "paused") {
     moveSvgDom(skipNote);
   }
   scrollViewNote();