🚸 移除回正后的焦点处理

This commit is contained in:
BTMuli
2026-02-25 22:21:03 +08:00
parent 60a171f1ca
commit 564a0c173a

View File

@@ -124,5 +124,4 @@ export async function resizeWindow(): Promise<void> {
await windowCur.setSize(new PhysicalSize(targetWidth, targetHeight));
const targetZoom = Math.min(widthScale, heightScale) / (screen.scaleFactor * textScale);
await windowCur.setZoom(targetZoom);
await windowCur.setFocus();
}