Skip to content

Commit

Permalink
fix: journal modified outside the app duplicates content
Browse files Browse the repository at this point in the history
follow fix on LOG-3265
  • Loading branch information
tiensonqin committed Nov 26, 2024
1 parent ea2e74d commit 9c5baed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/frontend/handler/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
(repo-config-handler/restore-repo-config! graph)
(when-not (= :draw (state/get-current-route))
(route-handler/redirect-to-home!))
(state/pub-event! [:graph/ready graph])
(if db-based?
(rtc-handler/<rtc-start! graph)
(file-sync-restart!))
Expand Down

0 comments on commit 9c5baed

Please sign in to comment.