mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 05:51:45 +02:00
Add improved form validation in color lightbox.
This commit is contained in:
parent
f8b369784f
commit
a896bb60d6
8 changed files with 53 additions and 10 deletions
|
@ -75,13 +75,11 @@
|
|||
|
||||
(defn -will-mount
|
||||
[own]
|
||||
(println "shortcut-will-mount")
|
||||
(let [sub (init-handler)]
|
||||
(assoc own ::subscription sub)))
|
||||
|
||||
(defn -will-unmount
|
||||
[own]
|
||||
(println "shortcut-will-unmount")
|
||||
(let [sub (::subscription own)]
|
||||
(sub)
|
||||
(dissoc own ::subscription)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue