mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fix error when editing texts
This commit is contained in:
parent
55ddf9cc38
commit
7fe419ecb0
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@
|
|||
[:span.tooltip.tooltip-bottom
|
||||
{:alt (tr "workspace.options.text-options.none")
|
||||
:class (dom/classnames :current (= "none" text-transform))
|
||||
:focus #(dom/prevent-default %)
|
||||
:on-focus #(dom/prevent-default %)
|
||||
:on-click #(handle-change % "none")}
|
||||
i/minus]
|
||||
[:span.tooltip.tooltip-bottom
|
||||
|
|
Loading…
Add table
Reference in a new issue