From 81007cf938aca89c1618b025832edcefe9dd6d0e Mon Sep 17 00:00:00 2001 From: Azure <983547216@qq.com> Date: Tue, 11 Nov 2025 17:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6=E9=80=BB?= =?UTF-8?q?=E8=BE=91+=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/webComponents/WindowFormElement.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/webComponents/WindowFormElement.ts b/src/ui/webComponents/WindowFormElement.ts index a0d5d66..35e6ff0 100644 --- a/src/ui/webComponents/WindowFormElement.ts +++ b/src/ui/webComponents/WindowFormElement.ts @@ -398,6 +398,7 @@ export class WindowFormElement extends LitElement { }), ) } + this.updateTargetBounds(this.x, this.y, this.width, this.height) } /**