We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b5379 commit e733166Copy full SHA for e733166
src/renderer/utils/element.cljs
@@ -57,7 +57,7 @@
57
(defn snapping-points
58
[el options]
59
(let [points (or (when (contains? options :nodes)
60
- (mapv #(mat/add % (offset el))
+ (mapv #(with-meta (mat/add % (offset el)) (meta %))
61
(element.hierarchy/snapping-points el))) [])]
62
(cond-> points
63
(:bounds el)
0 commit comments