From 049b70158035a2f448141b3673ed271c9c2866f9 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:10:49 +0100 Subject: [PATCH] update: use controlledComputed for edges/nodes Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- .../ConnectionLine/ConnectionLine.vue | 43 ++++++++++++------- src/components/Edges/EdgeWrapper.vue | 2 +- src/container/EdgeRenderer/EdgeRenderer.vue | 39 ++++++++++++++--- src/container/VueFlow/VueFlow.vue | 3 ++ 4 files changed, 63 insertions(+), 24 deletions(-) diff --git a/src/components/ConnectionLine/ConnectionLine.vue b/src/components/ConnectionLine/ConnectionLine.vue index d7dcb72e..78c05bc5 100644 --- a/src/components/ConnectionLine/ConnectionLine.vue +++ b/src/components/ConnectionLine/ConnectionLine.vue @@ -1,13 +1,28 @@