0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

🚧 Add todo

This commit is contained in:
Florian Schroedl 2024-12-03 17:08:29 +01:00
parent b875804bce
commit ab0cd29af9

View file

@ -91,12 +91,12 @@
:icon (if @collapsed? "arrow-right" "arrow-down")
:variant "action"}]
(if editing?'
(let [on-submit #(on-edit-submit)]
[:& editing-label
{:default-value label
:on-cancel on-edit-reset
:on-create on-edit-reset
:on-submit on-submit}])
[:& editing-label
{:default-value label
:on-cancel on-edit-reset
:on-create on-edit-reset
;; TODO Implement set group renaming
:on-submit (constantly nil)}]
[:div {:class (stl/css :set-name)
:on-double-click #(on-edit tree-path)}
label])]))