From df17da71fa67b4ce0465071b364be2bfa02deb49 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 15 Dec 2021 20:28:39 +0100 Subject: [PATCH] update: remove v-if on edge-renderer Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/TransformationPane/TransformationPane.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/container/TransformationPane/TransformationPane.vue b/src/container/TransformationPane/TransformationPane.vue index 30993226..70ed24d8 100644 --- a/src/container/TransformationPane/TransformationPane.vue +++ b/src/container/TransformationPane/TransformationPane.vue @@ -18,7 +18,7 @@ const transform = computed(() => `translate(${store.transform[0]}px,${store.tran - +