chore: update changeset descriptions

This commit is contained in:
braks
2022-10-13 23:29:32 +02:00
parent 7ff551e9df
commit 483001d3f0
3 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
'@vue-flow/core': patch
---
- Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick`
Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick`

View File

@@ -2,5 +2,5 @@
'@vue-flow/core': patch
---
- Passing `single` option breaks `connectable` check when no handle ids are set
Passing `single` option breaks `connectable` check when no handle ids are set
- Pass `connectable` to correct handle prop in default node types

View File

@@ -2,4 +2,4 @@
'@vue-flow/core': patch
---
- Add `dragging` class name to pane on drag
Add `dragging` class name to pane on drag