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;