mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 11:01:45 +02:00
🐛 Fix creation cursors not being displayed
This commit is contained in:
parent
1c1397a5d8
commit
95f0f63276
12 changed files with 99 additions and 78 deletions
|
@ -18,7 +18,7 @@
|
|||
[app.main.ui :as ui]
|
||||
[app.main.ui.alert]
|
||||
[app.main.ui.confirm]
|
||||
[app.main.ui.cursors :as cursors]
|
||||
[app.main.ui.css-cursors :as cur]
|
||||
[app.main.ui.delete-shared]
|
||||
[app.main.ui.modal :refer [modal]]
|
||||
[app.main.ui.routes :as rt]
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
(defn init-ui
|
||||
[]
|
||||
(cursors/init-styles)
|
||||
(cur/init-styles)
|
||||
(mf/mount (mf/element ui/app) (dom/get-element "app"))
|
||||
(mf/mount (mf/element modal) (dom/get-element "modal")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue