Przeglądaj źródła

fix: 练习作业修改

TIANYONG 1 miesiąc temu
rodzic
commit
bb88e0c157
1 zmienionych plików z 1 dodań i 0 usunięć
  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");