From 65d079db2029ae76266fb90e0bd9c7724a02a26b Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:34:16 +0100 Subject: [PATCH] feat: use a storage class to map flow instances * improves cleanup of instances --- examples/Interaction/InteractionExample.vue | 5 +- src/composables/useVueFlow.ts | 70 ++++++++++++++++----- src/store/store.ts | 10 +-- 3 files changed, 59 insertions(+), 26 deletions(-) diff --git a/examples/Interaction/InteractionExample.vue b/examples/Interaction/InteractionExample.vue index d6a496f5..69b1a6ad 100644 --- a/examples/Interaction/InteractionExample.vue +++ b/examples/Interaction/InteractionExample.vue @@ -1,8 +1,5 @@