mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Fix button being chosen as main button for form submit
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
(if set? i/document i/group)]
|
||||
[:div {:class (stl/css :set-name)} name]
|
||||
[:div {:class (stl/css :delete-set)}
|
||||
[:button {:on-click #(on-delete-token-set-click id %)}
|
||||
[:button {:on-click #(on-delete-token-set-click id %)
|
||||
:type "button"}
|
||||
i/delete]]
|
||||
(when set?
|
||||
[:span {:class (stl/css :action-btn)
|
||||
|
||||
Reference in New Issue
Block a user