Skip to content

Commit 4ca931f

Browse files
committed
fix clearing snapping-points
1 parent aa9a5e0 commit 4ca931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/snap/handlers.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
(assoc db
6262
:snapping-points points
6363
:kd-tree (create-tree points viewbox)))
64-
(dissoc db :kd-tree)))
64+
(dissoc db :kd-tree :snapping-points)))
6565

6666
(m/=> nearest-delta [:-> App Vec2D])
6767
(defn nearest-delta

0 commit comments

Comments
 (0)