mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 02:36:10 +02:00
✨ Remove dom nesting on dropdown.
This commit is contained in:
parent
c663d54eb8
commit
16dab34864
4 changed files with 84 additions and 56 deletions
|
@ -38,5 +38,4 @@
|
|||
(assert (boolean? (gobj/get props "show")) "missing `show` prop")
|
||||
|
||||
(when (gobj/get props "show")
|
||||
[:div.dropdown
|
||||
(mf/element dropdown-container props)]))
|
||||
(mf/element dropdown-container props)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue