mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 23:56:10 +02:00
✨ Prevent warning of button inside button on dashboard
This commit is contained in:
parent
d6da8afdce
commit
ee533e2644
3 changed files with 6 additions and 4 deletions
|
@ -355,9 +355,10 @@
|
|||
)))]
|
||||
|
||||
[:li {:class (stl/css-case :grid-item true :project-th true :library library-view?)}
|
||||
[:button
|
||||
[:div
|
||||
{:class (stl/css-case :selected selected? :library library-view?)
|
||||
:ref node-ref
|
||||
:role "button"
|
||||
:title (:name file)
|
||||
:draggable (dm/str can-edit)
|
||||
:on-click on-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue