From a7c6f7abb13429ac5c802ee2e004af58c91ffd3c Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 16 Dec 2022 12:20:45 -0600 Subject: [PATCH] toolbar: fix not focusing first button This was missed in 85deb42f when the flash button was removed. --- src/toolbar/Toolbar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/toolbar/Toolbar.tsx b/src/toolbar/Toolbar.tsx index e3667d32..4cf20a60 100644 --- a/src/toolbar/Toolbar.tsx +++ b/src/toolbar/Toolbar.tsx @@ -19,12 +19,11 @@ const runButtonId = 'pb-toolbar-run-button'; const sponsorButtonId = 'pb-toolbar-sponsor-button'; const Toolbar: React.VFC = () => { - const flashButtonId = useId(); const stopButtonId = useId(); const replButtonId = useId(); return ( - +