mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
🐛 Fix text gradient handlers
This commit is contained in:
parent
d254184057
commit
d83b8f29b6
1 changed files with 1 additions and 2 deletions
|
@ -312,8 +312,7 @@
|
|||
editing-stop (:editing-stop state)]
|
||||
|
||||
(when (and (some? gradient)
|
||||
(= id (:shape-id gradient))
|
||||
(not= (:type shape) :text))
|
||||
(= id (:shape-id gradient)))
|
||||
[:& gradient-handlers*
|
||||
{:zoom zoom
|
||||
:gradient gradient
|
||||
|
|
Loading…
Add table
Reference in a new issue