chore: bump versions

This commit is contained in:
github-actions[bot]
2024-09-05 20:17:05 +00:00
committed by Braks
parent 43ed0a8318
commit 524d812945
4 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent overwriting width/height in node styles object with `node.width`/`node.height` if `width`/`height` already exist in the styles object.
Fixes NodeResizer not working when initial size was passed to a node through `node.width`/`node.height`.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent drag-click handler when multi selection is active.