0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Not hotreload cursors

This commit is contained in:
alonso.torres 2023-06-19 14:57:51 +02:00
parent 0a81ae1ea0
commit 6b9962b2b3

View file

@ -45,7 +45,6 @@
(defn init-ui
[]
(cur/init-styles)
(mf/mount (mf/element ui/app) (dom/get-element "app"))
(mf/mount (mf/element modal) (dom/get-element "modal")))
@ -80,6 +79,7 @@
(worker/init!)
(i18n/init! cf/translations)
(theme/init! cf/themes)
(cur/init-styles)
(init-ui)
(st/emit! (initialize)))