From b18f39dec4edc5a0acf9e695547a3d15aa41905b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=85=83=E5=BE=81?= Date: Tue, 12 May 2026 21:25:21 +0800 Subject: [PATCH] Replace DisabledAutoFocus fixture with focusOnHover-based naming --- src/examples/2025/board.fixture.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/2025/board.fixture.tsx b/src/examples/2025/board.fixture.tsx index 65ae1b74..2923c3f2 100644 --- a/src/examples/2025/board.fixture.tsx +++ b/src/examples/2025/board.fixture.tsx @@ -112,7 +112,7 @@ export const AtariBoard = () => { ) } -export const DisabledAutoFocus = () => { +export const FocusOnHoverDisabled = () => { const circuit = new Circuit() circuit.add() @@ -121,7 +121,7 @@ export const DisabledAutoFocus = () => { return (
- +
) }