From 35e1809b8218a2ecff238f3449da117acd27e4ea Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 16 Aug 2024 15:53:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8B=96=E6=8B=BD=E7=94=9F=E6=88=90=E7=83=AD?= =?UTF-8?q?=E5=8C=BA=E4=BF=AE=E5=A4=8D=E9=BC=A0=E6=A0=87=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E5=88=B0=E5=A4=96=E9=83=A8=E6=97=B6=EF=BC=8C=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98=20sws=202024-08-16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/hot/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/hot/index.vue b/src/components/common/hot/index.vue index afc60918..d1e801d6 100644 --- a/src/components/common/hot/index.vue +++ b/src/components/common/hot/index.vue @@ -148,6 +148,7 @@ const end_drag = (event: MouseEvent) => { drag_end: cloneDeep(rect_end.value), }); } + rect_start.value = { x: 0, y: 0, width: 0, height: 0 }; rect_end.value = { x: 0, y: 0, width: 0, height: 0 }; };