Skip to content

Commit

Permalink
fix clearing snapping-points
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Oct 30, 2024
1 parent aa9a5e0 commit 4ca931f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/snap/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
(assoc db
:snapping-points points
:kd-tree (create-tree points viewbox)))
(dissoc db :kd-tree)))
(dissoc db :kd-tree :snapping-points)))

(m/=> nearest-delta [:-> App Vec2D])
(defn nearest-delta
Expand Down

0 comments on commit 4ca931f

Please sign in to comment.