From 89d2415c6d038d753d00b774d3d67fd6995adbc7 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:56:29 +0100 Subject: [PATCH] chore: add changeset Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/popular-spoons-relax.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/popular-spoons-relax.md diff --git a/.changeset/popular-spoons-relax.md b/.changeset/popular-spoons-relax.md new file mode 100644 index 00000000..3b884c39 --- /dev/null +++ b/.changeset/popular-spoons-relax.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Skip updating positions when `updateNodeInternals` is triggered - it will only update node dimensions (which can trigger a position update)