mirror of
https://github.com/penpot/penpot.git
synced 2026-03-11 21:06:48 +00:00
🔥 Remove duplicated line on gradients/add-metadata helper
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
(-> props
|
||||
(obj/set! "penpot:gradient" "true")
|
||||
(obj/set! "penpot:start-x" (:start-x gradient))
|
||||
(obj/set! "penpot:start-x" (:start-x gradient))
|
||||
(obj/set! "penpot:start-y" (:start-y gradient))
|
||||
(obj/set! "penpot:end-x" (:end-x gradient))
|
||||
(obj/set! "penpot:end-y" (:end-y gradient))
|
||||
|
||||
Reference in New Issue
Block a user