0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

🐛 Fix problem when returning parent proxy

This commit is contained in:
alonso.torres 2024-09-24 15:21:13 +02:00
parent e18b4666ba
commit 758e0458bc

View file

@ -987,7 +987,7 @@
:get (fn [self]
(let [shape (u/proxy->shape self)
parent-id (:parent-id shape)]
(shape-proxy (obj/get self "$file") (obj/get self "$page") parent-id)))}
(shape-proxy plugin-id (obj/get self "$file") (obj/get self "$page") parent-id)))}
{:name "parentX"
:get (fn [self]
(let [shape (u/proxy->shape self)