From 564a0c173aed9c65d994d06c1d39a34971fa4662 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 25 Feb 2026 22:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20=E7=A7=BB=E9=99=A4=E5=9B=9E?= =?UTF-8?q?=E6=AD=A3=E5=90=8E=E7=9A=84=E7=84=A6=E7=82=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/TGWindow.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/TGWindow.ts b/src/utils/TGWindow.ts index aa489da0..ad813473 100644 --- a/src/utils/TGWindow.ts +++ b/src/utils/TGWindow.ts @@ -124,5 +124,4 @@ export async function resizeWindow(): Promise { await windowCur.setSize(new PhysicalSize(targetWidth, targetHeight)); const targetZoom = Math.min(widthScale, heightScale) / (screen.scaleFactor * textScale); await windowCur.setZoom(targetZoom); - await windowCur.setFocus(); }