chore: update changeset descriptions

This commit is contained in:
braks
2022-10-13 23:27:12 +02:00
parent a415353ba5
commit 24924b93f3
3 changed files with 1 additions and 13 deletions

View File

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

View File

@@ -2,9 +2,5 @@
'@vue-flow/core': patch
---
fix handle connectable checking for matching handle id if none exists
# Bugfixes
- 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,8 +2,4 @@
'@vue-flow/core': patch
---
Add `dragging` class name to pane on drag
# What's changed?
- on pane drag add `dragging` class name to pane
- Add `dragging` class name to pane on drag