Browse Source

fix: 练习作业修改

TIANYONG 1 month ago
parent
commit
bb88e0c157
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/state.ts

+ 1 - 0
src/state.ts

@@ -645,6 +645,7 @@ const autoResetPlay = () => {
   offsetTop = 0;
   scrollViewNote();
   setTimeout(() => {
+    if (state.showWorkDonePop) return
     // 自动播放,不需要再次计算播放倍率
     state.isAutoRePlay = true;
     togglePlay("play");