From c80d269b85a0054221f4639c328fc36a3befbe70 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:08:42 +0200 Subject: [PATCH] chore(changeset): add --- .changeset/mighty-seas-hang.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/mighty-seas-hang.md diff --git a/.changeset/mighty-seas-hang.md b/.changeset/mighty-seas-hang.md new file mode 100644 index 00000000..e8384b27 --- /dev/null +++ b/.changeset/mighty-seas-hang.md @@ -0,0 +1,5 @@ +--- +'@reactflow/core': minor +--- + +Add `edgesUpdatable` prop to store state. Allows enabling/disabling edge updating globally.