mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
Improved edition text handler.
This commit is contained in:
parent
e30cfc3b76
commit
4cb0aa00fb
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
(def ^:const +select-rect-attrs+
|
(def ^:const +select-rect-attrs+
|
||||||
{:stroke-dasharray "5,5"
|
{:stroke-dasharray "5,5"
|
||||||
:style {:stroke "#333" :fill "transparent"
|
:style {:stroke "#333" :fill "transparent"
|
||||||
:stroke-opacity "1"}})
|
:stroke-opacity "0.4"}})
|
||||||
|
|
||||||
(defmethod uusc/render-shape :builtin/text
|
(defmethod uusc/render-shape :builtin/text
|
||||||
[{:keys [id x1 y1 x2 y2 content drawing? editing?] :as shape}]
|
[{:keys [id x1 y1 x2 y2 content drawing? editing?] :as shape}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue