From 05c0b0669f1fa90d15cbcd79b627687ddc149be1 Mon Sep 17 00:00:00 2001 From: shadybotros Date: Sun, 23 Oct 2022 14:28:05 +0200 Subject: [PATCH] GH-4070 Fix focus on new table row --- webapp/src/components/centerPanel.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/components/centerPanel.tsx b/webapp/src/components/centerPanel.tsx index 884c36f96..965ac1b69 100644 --- a/webapp/src/components/centerPanel.tsx +++ b/webapp/src/components/centerPanel.tsx @@ -197,7 +197,6 @@ const CenterPanel = (props: Props) => { } else { // Focus on this card's title inline on next render setCardIdToFocusOnRender(block.id) - setTimeout(() => setCardIdToFocusOnRender(''), 100) } }, async () => {