ソースを参照

feat: 清除跟练信息

TIANYONG 11 ヶ月 前
コミット
9fa4efd853
1 ファイル変更3 行追加1 行削除
  1. 3 1
      src/subpages/colexiu/popups/follow/index.tsx

+ 3 - 1
src/subpages/colexiu/popups/follow/index.tsx

@@ -126,7 +126,9 @@ const handleEnd = () => {
   setStepIndex(state.osmd, 0)
   // state.osmd.cursor.reset()
   getNoteIndex()
-  onClear()
+  setTimeout(() => {
+    onClear()
+  }, 100);
 }
 
 /**