保存一下

This commit is contained in:
2025-09-04 21:26:36 +08:00
parent f83dd91dbd
commit 442a44dfc1

View File

@@ -264,7 +264,6 @@ export class DraggableResizableWindow {
} }
private onMouseUpDrag = () => { private onMouseUpDrag = () => {
console.log(111)
if (!this.isDragging) return; if (!this.isDragging) return;
this.isDragging = false; this.isDragging = false;