From 02b9b2f9a148c7bef90a1059942565307bb08a9d Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Mon, 28 Jul 2025 16:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A0=E6=AF=94=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/graphicTextSelector.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue index db756cb..02a6875 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/graphicTextSelector.vue @@ -70,7 +70,6 @@ const fontSizeList = computed(() => { }) const changeTitleStyle = prop => { - debugger emit('onGraphicTextChange', state.titleForm, prop) } const init = () => {