0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix text edition when using certain fonts

This commit is contained in:
Alejandro Alonso 2022-08-12 09:04:21 +02:00
parent a77f9eae7c
commit c219d1cc89

View file

@ -83,8 +83,8 @@
:caretColor (or text-color "black") :caretColor (or text-color "black")
:overflowWrap "initial" :overflowWrap "initial"
:lineBreak "auto" :lineBreak "auto"
:whiteSpace "break-spaces"} :whiteSpace "break-spaces"
:textRendering "geometricPrecision"}
fills fills
(cond (cond
(some? (:fills data)) (some? (:fills data))