mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 18:27:18 +02:00
✨ Improve error handling on onboarding questions form
This commit is contained in:
parent
ec53288b66
commit
21683be07b
3 changed files with 47 additions and 14 deletions
|
@ -262,6 +262,11 @@
|
|||
(when (some? el)
|
||||
(.appendChild ^js el child)))
|
||||
|
||||
(defn remove-child!
|
||||
[^js el child]
|
||||
(when (some? el)
|
||||
(.removeChild ^js el child)))
|
||||
|
||||
(defn get-first-child
|
||||
[^js el]
|
||||
(when (some? el)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue