From 49eac03e956cfa981af626f484519b4606776ec7 Mon Sep 17 00:00:00 2001 From: Long Date: Sat, 11 Apr 2026 01:56:52 +0700 Subject: [PATCH] fix Outside-click handler attached to full-viewport wrapper. --- biome.json | 13 ++++++++++--- src/components/launch/LaunchWindow.tsx | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/biome.json b/biome.json index 634484cc..f772c99a 100644 --- a/biome.json +++ b/biome.json @@ -8,7 +8,8 @@ "formatWithErrors": true, "lineEnding": "lf", "lineWidth": 100, - "attributePosition": "auto" + "attributePosition": "auto", + "indentWidth": 4 }, "linter": { "enabled": true, @@ -92,7 +93,14 @@ "useGetterReturn": "error" } }, - "includes": ["**", "**/dist", "**/.eslintrc.cjs", "**", "**/dist", "**/.eslintrc.cjs"] + "includes": [ + "**", + "**/dist", + "**/.eslintrc.cjs", + "**", + "**/dist", + "**/.eslintrc.cjs" + ] }, "javascript": { "formatter": { "quoteStyle": "double" } }, "overrides": [ @@ -162,4 +170,3 @@ "actions": { "source": { "organizeImports": "on" } } } } - diff --git a/src/components/launch/LaunchWindow.tsx b/src/components/launch/LaunchWindow.tsx index 756ff3af..12c9115f 100644 --- a/src/components/launch/LaunchWindow.tsx +++ b/src/components/launch/LaunchWindow.tsx @@ -1181,7 +1181,6 @@ export function LaunchWindow() {