From c07b4326e33a0d3ea007a24153defac98225deda Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 28 Jul 2022 22:15:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E8=AE=A1=E7=AE=97=E5=AD=97=E6=AE=B5=E9=99=90=E5=88=B6?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 4ec1aa87f4..82b01cae84 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2297,6 +2297,7 @@ export default { } } this.dragMoveDuplicate(this.view.customFilter, e) + this.dragRemoveChartField(this.view.customFilter, e) this.calcData(true) },