TIANYONG 11 месяцев назад
Родитель
Сommit
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);
 }
 
 /**