0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Merge pull request #3323 from penpot/alotor-fix-reload

 Not hotreload cursors
This commit is contained in:
Aitor Moreno 2023-06-19 16:15:59 +02:00 committed by GitHub
commit c5f37fadba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)))