🐛 Fix touched component marker appearing when it's not needed

This commit is contained in:
Andrés Moya
2022-02-16 14:58:53 +01:00
committed by Andrey Antukh
parent 206778021f
commit 5d17933593
3 changed files with 7 additions and 5 deletions

View File

@@ -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]