0
Fork 0
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:
Andrés Moya 2021-07-27 17:02:27 +02:00 committed by Alonso Torres
parent 55ddf9cc38
commit 7fe419ecb0

View file

@ -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