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