From 6009ebb4475593e0a0011537f8b91124f9256f4d Mon Sep 17 00:00:00 2001 From: lana-k Date: Sun, 9 Mar 2025 22:26:53 +0100 Subject: [PATCH] fix resize --- src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue b/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue index e5493f6..26d2529 100644 --- a/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue +++ b/src/views/Main/Workspace/Tabs/Tab/DataView/Chart/index.vue @@ -56,7 +56,7 @@ export default { }, visible: true, resizeObserver: null, - useResizeHandler: false + useResizeHandler: this.$store.state.isWorkspaceVisible } }, computed: {