From 878689b3f7aca4f972eccbec7b076fb572d6c4cc Mon Sep 17 00:00:00 2001 From: lana-k Date: Sat, 6 Jan 2024 12:03:06 +0100 Subject: [PATCH] fix svg button state --- src/components/IconButton.vue | 16 +++++++++------- .../Workspace/Tabs/Tab/DataView/Chart/index.vue | 1 + .../Main/Workspace/Tabs/Tab/DataView/index.vue | 1 - .../Workspace/Tabs/Tab/DataView/DataView.spec.js | 4 ++++ 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/IconButton.vue b/src/components/IconButton.vue index 648f436..61925e7 100644 --- a/src/components/IconButton.vue +++ b/src/components/IconButton.vue @@ -1,6 +1,7 @@