From 27d62b29b756a617fe65527421a82902fb21d1b5 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 8 Apr 2023 22:48:05 +0200 Subject: [PATCH] chore(changeset): add Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/light-pots-float.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/light-pots-float.md diff --git a/.changeset/light-pots-float.md b/.changeset/light-pots-float.md new file mode 100644 index 00000000..12d524e5 --- /dev/null +++ b/.changeset/light-pots-float.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Limit auto-pan when dragging a node by translate extent, so nodes cannot be dragged infinitely into the background.