diff --git a/.changeset/stale-bats-agree.md b/.changeset/stale-bats-agree.md new file mode 100644 index 00000000..79071ecf --- /dev/null +++ b/.changeset/stale-bats-agree.md @@ -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.