From 9c1f04426eaf6b76b5e128762946ed28b3dfd998 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 10 Dec 2021 11:20:46 +0100 Subject: [PATCH] feat(nodes): add store id as class to handles * for better identification, add a class to handle according to the current store id Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/components/Handle/Handle.vue | 4 +++- src/utils/node.ts | 10 ++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Handle/Handle.vue b/src/components/Handle/Handle.vue index a328e2dc..4ecab000 100644 --- a/src/components/Handle/Handle.vue +++ b/src/components/Handle/Handle.vue @@ -1,5 +1,5 @@