From 442a44dfc10668195acebedbc3937d51c71f40ac Mon Sep 17 00:00:00 2001 From: azure <983547216@qq.com> Date: Thu, 4 Sep 2025 21:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/utils/DraggableResizableWindow.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/utils/DraggableResizableWindow.ts b/src/core/utils/DraggableResizableWindow.ts index 98ed28b..5bc8c71 100644 --- a/src/core/utils/DraggableResizableWindow.ts +++ b/src/core/utils/DraggableResizableWindow.ts @@ -264,7 +264,6 @@ export class DraggableResizableWindow { } private onMouseUpDrag = () => { - console.log(111) if (!this.isDragging) return; this.isDragging = false;