From e47c08891b677e9f0560a17bfa5fc76eb20fc98a Mon Sep 17 00:00:00 2001 From: YunHeTracyLee Date: Mon, 25 May 2026 01:22:07 +0800 Subject: [PATCH] Rename disabled focus fixture --- 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 (
- +
) }