From 6b15df423ff9f12d79f6f0077139077e8e338d80 Mon Sep 17 00:00:00 2001 From: mjzs13 <1091359583@qq.com> Date: Wed, 20 May 2026 23:24:17 +0800 Subject: [PATCH] Update autofocus example to use focusOnHover --- 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 (
- +
) }