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:
@@ -210,7 +210,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
{ text: 'Screenshot', link: '/examples/screenshot' },
|
||||
{ text: 'Confirm Delete', link: '/examples/confirm' },
|
||||
{ text: 'Hidden', link: '/examples/hidden' },
|
||||
{ text: 'Node Intersections', link: '/examples/intersection' },
|
||||
{ text: 'Multiple Flows', link: '/examples/multi' },
|
||||
{ text: 'Pinia Store', link: '/examples/pinia' },
|
||||
{ text: 'Viewport Transition', link: '/examples/transition' },
|
||||
@@ -224,6 +223,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
items: [
|
||||
{ text: 'Custom Node', link: '/examples/nodes/' },
|
||||
{ text: 'Update Node', link: '/examples/nodes/update-node' },
|
||||
{ text: 'Intersections', link: '/examples/nodes/intersection' },
|
||||
{ text: 'Nested Nodes', link: '/examples/nodes/nesting' },
|
||||
{ text: 'Node Resizer', link: '/examples/nodes/node-resizer' },
|
||||
{ text: 'Node Toolbar', link: '/examples/nodes/node-toolbar' },
|
||||
|
||||
Reference in New Issue
Block a user