mirror of
https://github.com/penpot/penpot.git
synced 2026-05-25 09:53:44 +00:00
Merge pull request #3440 from penpot/azazeln28-fix-text-gradient-handlers
🐛 Fix text gradient handlers
This commit is contained in:
commit
af368d656d
@ -312,8 +312,7 @@
|
|||||||
editing-stop (:editing-stop state)]
|
editing-stop (:editing-stop state)]
|
||||||
|
|
||||||
(when (and (some? gradient)
|
(when (and (some? gradient)
|
||||||
(= id (:shape-id gradient))
|
(= id (:shape-id gradient)))
|
||||||
(not= (:type shape) :text))
|
|
||||||
[:& gradient-handlers*
|
[:& gradient-handlers*
|
||||||
{:zoom zoom
|
{:zoom zoom
|
||||||
:gradient gradient
|
:gradient gradient
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user