chore: add changeset

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-16 18:28:33 +01:00
committed by Braks
parent 9e1ba45839
commit 8dbdcae27d

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Check if position is a number when updating, instead of checking if the value is truthy. Fixes 0 values not being used when updating.