Many fixes on the project/page creation process.

This commit is contained in:
Andrey Antukh 2017-01-11 19:47:15 +01:00
parent 32ec7a0634
commit ce5811b86b
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
8 changed files with 236 additions and 164 deletions

View file

@ -263,3 +263,9 @@
(fn [own]
(clear! type)
own))
(defn clear-mixin
[type]
{:will-unmount (fn [own]
(clear! type)
own)})