diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index 0dba2b5f3b..675eacb261 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -132,6 +132,10 @@ const checkBold = type => { chart.value.customStyle.component[type] = chart.value.customStyle.component[type] ? '' : 'bold' } +const handleCurrentPlaceholderChange = () => { + snapshotStore.recordSnapshotCache() +} + const checkItalic = type => { if (!chart.value.customStyle.component.labelShow) return chart.value.customStyle.component[type] = chart.value.customStyle.component[type] ? '' : 'italic' @@ -406,6 +410,7 @@ if (props.element.propValue.length) { >