修改组件逻辑+优化代码

This commit is contained in:
2025-11-11 17:32:41 +08:00
parent f2bb7f3196
commit 81007cf938

View File

@@ -398,6 +398,7 @@ export class WindowFormElement extends LitElement {
}), }),
) )
} }
this.updateTargetBounds(this.x, this.y, this.width, this.height)
} }
/** /**