Skip to content

Commit e733166

Browse files
committed
fix snapping point meta
1 parent e5b5379 commit e733166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/element.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
(defn snapping-points
5858
[el options]
5959
(let [points (or (when (contains? options :nodes)
60-
(mapv #(mat/add % (offset el))
60+
(mapv #(with-meta (mat/add % (offset el)) (meta %))
6161
(element.hierarchy/snapping-points el))) [])]
6262
(cond-> points
6363
(:bounds el)

0 commit comments

Comments
 (0)