fix: sync stops when editing some code

pull/6600/head
Tienson Qin 2022-09-05 13:42:04 +08:00
parent 56b0aecaa0
commit ff6b83182d
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@
(set-router!)
(rum/mount (page/current-page) node)
(display-welcome-message)
(persist-var/load-vars)))
(persist-var/load-vars)
(sync/sync-start)))
(defn ^:export init []
;; init is called ONCE when the page loads