mirror of
https://github.com/penpot/penpot.git
synced 2026-08-05 12:29:00 +00:00
🐛 Fix problem when returning parent proxy
This commit is contained in:
parent
e18b4666ba
commit
758e0458bc
@ -987,7 +987,7 @@
|
|||||||
:get (fn [self]
|
:get (fn [self]
|
||||||
(let [shape (u/proxy->shape self)
|
(let [shape (u/proxy->shape self)
|
||||||
parent-id (:parent-id shape)]
|
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"
|
{:name "parentX"
|
||||||
:get (fn [self]
|
:get (fn [self]
|
||||||
(let [shape (u/proxy->shape self)
|
(let [shape (u/proxy->shape self)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user