Browse Source

fix: avoid re-rendering root

Tienson Qin 9 months ago
parent
commit
3d17da8248
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/handler/events.cljs

+ 0 - 1
src/main/frontend/handler/events.cljs

@@ -129,7 +129,6 @@
                                     (util/uuid-string? (first (:sync-meta %)))
                                     (util/uuid-string? (second (:sync-meta %)))) repos)
                     (sync/<sync-start)))))
-            (ui-handler/re-render-root!)
             (file-sync/maybe-onboarding-show status)))))))
 
 (defmethod handle :user/logout [[_]]