refactor(core): remove node intersections arg from drag events (#1460)
* refactor(core): remove node intersections arg from drag events * chore(changeset): add * docs(examples): update intersection example
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# Intersection
|
||||
|
||||
Vue Flow provides utils to find intersections of nodes with other nodes (or a given area).
|
||||
|
||||
<div class="mt-6">
|
||||
<Repl example="intersection"></Repl>
|
||||
</div>
|
||||
@@ -0,0 +1,9 @@
|
||||
# Node Intersections
|
||||
|
||||
Sometimes you need to know if two nodes intersect. `useVueFlow` provides you methods like `getIntersectingNodes`
|
||||
or `isNodeIntersection` to help you find out when two or more nodes intersect,
|
||||
or if a node intersects with a given area.
|
||||
|
||||
<div class="mt-6">
|
||||
<Repl example="intersection"></Repl>
|
||||
</div>
|
||||
Reference in New Issue
Block a user