🐛 Fix alignment row on single shape selection

This commit is contained in:
Eva Marco 2025-09-05 13:54:46 +02:00
parent e66d44ca81
commit 84cccd1b79

View File

@ -768,7 +768,7 @@
(empty? selected) false
(> (count selected) 1) true
:else
(not= uuid/zero (:parent-id (get objects (first selected))))))
(not= uuid/zero (:parent-id (get objects (:id (first selected)))))))
(defn align-object-to-parent
[objects object-id axis]