diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index 08f695a275..9824050749 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -30,7 +30,7 @@ const handleScaleChange = () => { changeSizeWithScale(scale.value) changeSizeWithScaleAdaptor(scale.value) scaleChangeReady.value = true - }, 50) + }, 150) } }