mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 23:11:38 +02:00
✨ Improved code generation
This commit is contained in:
parent
4b8783c104
commit
600b1a6d8d
18 changed files with 651 additions and 199 deletions
|
@ -88,9 +88,9 @@
|
|||
|
||||
(defn ^:export reinit
|
||||
[]
|
||||
(mf/unmount (dom/get-element "app"))
|
||||
(mf/unmount (dom/get-element "modal"))
|
||||
(st/emit! (ev/initialize))
|
||||
#_(mf/unmount (dom/get-element "app"))
|
||||
#_(mf/unmount (dom/get-element "modal"))
|
||||
#_(st/emit! (ev/initialize))
|
||||
(init-ui))
|
||||
|
||||
(defn ^:dev/after-load after-load
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue