From bd543d885de2382f46d20791c9e039a207c01c3b Mon Sep 17 00:00:00 2001 From: saij3b Date: Mon, 25 May 2026 12:07:23 +0800 Subject: [PATCH] fix: Remove `disableAutoFocus` in favor of `focusOnHover={false}` (closes #163) --- src/examples/2025/board.fixture.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/examples/2025/board.fixture.tsx b/src/examples/2025/board.fixture.tsx index 65ae1b74..2da2f786 100644 --- a/src/examples/2025/board.fixture.tsx +++ b/src/examples/2025/board.fixture.tsx @@ -112,20 +112,6 @@ export const AtariBoard = () => { ) } -export const DisabledAutoFocus = () => { - const circuit = new Circuit() - - circuit.add() - - const soup = circuit.getCircuitJson() - - return ( -
- -
- ) -} - export default { BasicRectangleBoard, TriangleBoard,