diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue index 9e2d5548e5..4e985b3d23 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue @@ -804,7 +804,7 @@ onMounted(() => { v-model="state.basicStyleForm.topNLabel" size="small" :maxlength="50" - @blur="changeBasicStyle('topNLabel')" + @change="changeBasicStyle('topNLabel')" />