mirror of
https://github.com/penpot/penpot.git
synced 2026-03-23 20:01:12 +01:00
🐛 Fix a problem with input rotation for shapes
This commit is contained in:
committed by
Andrey Antukh
parent
9e6db257cc
commit
74cc8079bb
@@ -153,7 +153,6 @@
|
||||
(get-object-bounds objects shape nil))
|
||||
([objects shape {:keys [ignore-margin?] :or {ignore-margin? true}}]
|
||||
(let [base-bounds (calculate-base-bounds shape ignore-margin?)
|
||||
_ (prn ">" (:name shape) base-bounds)
|
||||
bounds
|
||||
(cond
|
||||
(or (empty? (:shapes shape))
|
||||
|
||||
Reference in New Issue
Block a user