TIANYONG 1 месяц назад
Родитель
Сommit
bb88e0c157
1 измененных файлов с 1 добавлено и 0 удалено
  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");