From a443d38f123f8853f5505412b2ef8b1be1104a75 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:46:08 +0200 Subject: [PATCH] refactor(edges,store): use connection start handle and remove other props from store --- .../ConnectionLine/ConnectionLine.vue | 16 ++++++++------- .../vue-flow/src/composables/useHandle.ts | 14 +++++++------ .../container/EdgeRenderer/EdgeRenderer.vue | 20 ++++++++++--------- packages/vue-flow/src/store/actions.ts | 12 ++++------- packages/vue-flow/src/store/state.ts | 5 +---- packages/vue-flow/src/types/store.ts | 8 ++------ 6 files changed, 35 insertions(+), 40 deletions(-) diff --git a/packages/vue-flow/src/components/ConnectionLine/ConnectionLine.vue b/packages/vue-flow/src/components/ConnectionLine/ConnectionLine.vue index a71d71d8..8bf65d91 100644 --- a/packages/vue-flow/src/components/ConnectionLine/ConnectionLine.vue +++ b/packages/vue-flow/src/components/ConnectionLine/ConnectionLine.vue @@ -1,6 +1,6 @@