From c19df0ba806eb2bd1c3adc0da7fd6701423c516f Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Fri, 10 Nov 2023 11:26:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E6=A1=86=E9=80=89?= =?UTF-8?q?=E8=BE=83=E5=BF=AB=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E6=A1=86=E9=80=89=E9=94=99=E4=BD=8D=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BigScreenDesign/MouseSelect/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data-room-ui/packages/BigScreenDesign/MouseSelect/index.vue b/data-room-ui/packages/BigScreenDesign/MouseSelect/index.vue index 39004caf..91ff3c12 100644 --- a/data-room-ui/packages/BigScreenDesign/MouseSelect/index.vue +++ b/data-room-ui/packages/BigScreenDesign/MouseSelect/index.vue @@ -112,9 +112,9 @@ export default { return } newTime = new Date() - if (newTime - time > 300) { - this.isSelecting = true - } + // if (newTime - time > 300) { + this.isSelecting = true + // } if (this.isSelecting) { if (typeof event.target.className === 'string' && event.target.className.indexOf('mouse-select-wrap') !== -1) { this.endX = event.offsetX