From 0b57ee167e2c994e7d5a1785afd98cb3cb85d729 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 22 Nov 2021 17:42:00 +0100 Subject: [PATCH] refactor: remove node/edge-renderer slots Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/VueFlow/VueFlow.vue | 114 ++++++++++++++---------------- 1 file changed, 55 insertions(+), 59 deletions(-) diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index a56c83df..8bed326f 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -206,66 +206,62 @@ const transitionName = computed(() => { :multi-selection-key-code="store.multiSelectionKeyCode" :selection-key-code="store.selectionKeyCode" > - - + + + + + + @@ -280,7 +276,7 @@ const transitionName = computed(() => { - +