🐛 Fix problem with snap to grids

This commit is contained in:
alonso.torres 2022-09-14 09:41:32 +02:00
parent 6067498570
commit bdd487adc0
2 changed files with 2 additions and 1 deletions

View file

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