From 02390f9966d51c80e4e1b488733b5bf7322ad710 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:09:39 +0200 Subject: [PATCH] chore(changeset): add --- .changeset/smart-insects-tease.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/smart-insects-tease.md diff --git a/.changeset/smart-insects-tease.md b/.changeset/smart-insects-tease.md new file mode 100644 index 00000000..a2bb7f65 --- /dev/null +++ b/.changeset/smart-insects-tease.md @@ -0,0 +1,6 @@ +--- +'@xyflow/react': patch +'@xyflow/svelte': patch +--- + +Calculate viewport dimensions in fitView instead of using stored dimensions. Fixes [#4652](https://github.com/xyflow/xyflow/issues/4652)