mirror of
https://github.com/penpot/penpot.git
synced 2026-03-26 21:31:24 +01:00
🐛 Fix touched component marker appearing when it's not needed
This commit is contained in:
committed by
Andrey Antukh
parent
206778021f
commit
5d17933593
@@ -243,8 +243,7 @@
|
||||
shape
|
||||
|
||||
(some? (:shape-ref shape))
|
||||
(recur (get objects (:parent-id shape))
|
||||
objects)))
|
||||
(recur objects (get objects (:parent-id shape)))))
|
||||
|
||||
(defn make-container
|
||||
[page-or-component type]
|
||||
|
||||
Reference in New Issue
Block a user