From d0a9a02c230e5899fea8e0c9373422546ac4e2bb Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Wed, 21 Aug 2024 16:37:52 +0200 Subject: [PATCH] Fix client only issue with CanvasNode group label --- components/canvas/{CanvasNode.client.vue => CanvasNode.vue} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename components/canvas/{CanvasNode.client.vue => CanvasNode.vue} (95%) diff --git a/components/canvas/CanvasNode.client.vue b/components/canvas/CanvasNode.vue similarity index 95% rename from components/canvas/CanvasNode.client.vue rename to components/canvas/CanvasNode.vue index 5e0452e..5a81b53 100644 --- a/components/canvas/CanvasNode.client.vue +++ b/components/canvas/CanvasNode.vue @@ -65,8 +65,8 @@ if(props.node.color !== undefined) -
- {{ node.label }}
+ {{ node.label }}
\ No newline at end of file