From c38592e77a1f979017064cc7d4cbdf07e8e7ca28 Mon Sep 17 00:00:00 2001 From: haocyan0723-code Date: Sun, 17 May 2026 21:39:45 +0800 Subject: [PATCH] Rename focusOnHover disabled 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 (
- +
) }