mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 17:36:13 +02:00
Many fixes on the project/page creation process.
This commit is contained in:
parent
32ec7a0634
commit
ce5811b86b
8 changed files with 236 additions and 164 deletions
|
@ -263,3 +263,9 @@
|
|||
(fn [own]
|
||||
(clear! type)
|
||||
own))
|
||||
|
||||
(defn clear-mixin
|
||||
[type]
|
||||
{:will-unmount (fn [own]
|
||||
(clear! type)
|
||||
own)})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue