mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 13:06:11 +02:00
🐛 Fix problem with snap to grids
This commit is contained in:
parent
6067498570
commit
bdd487adc0
2 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
(defn get-grids-snap-points
|
||||
[frame coord]
|
||||
(if (not (cph/rotated-frame? frame))
|
||||
(if (cph/rotated-frame? frame)
|
||||
[]
|
||||
(let [grid->snap (fn [[grid-type position]]
|
||||
{:type :layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue