mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 18:38:24 +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
|
@ -8,6 +8,10 @@
|
|||
[e]
|
||||
(.preventDefault e))
|
||||
|
||||
(defn event->inner-text
|
||||
[e]
|
||||
(.-innerText (.-target e)))
|
||||
|
||||
(defn event->value
|
||||
[e]
|
||||
(.-value (.-target e)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue