Browse Source

Merge branch 'feature-tianyong-newVersion' into ktyq-test-new

TIANYONG 6 tháng trước cách đây
mục cha
commit
eb5a9f19e2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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");