mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 02:28:16 +00:00
🐛 Fix color asset tooltip
This commit is contained in:
parent
1c65df69f3
commit
d14565437c
@ -219,7 +219,9 @@
|
||||
:auto-focus true
|
||||
:default-value (cfh/merge-path-item (:path color) (:name color))}]
|
||||
|
||||
[:div {:title (:name color)
|
||||
[:div {:title (if (= (:name color) default-name)
|
||||
default-name
|
||||
(dm/str (:name color) " (" default-name ")"))
|
||||
:class (stl/css :name-block)
|
||||
:on-double-click rename-color-clicked}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user