diff --git a/webapp/src/components/centerPanel.tsx b/webapp/src/components/centerPanel.tsx index e65fd935a..890c48f88 100644 --- a/webapp/src/components/centerPanel.tsx +++ b/webapp/src/components/centerPanel.tsx @@ -199,7 +199,7 @@ const CenterPanel = (props: Props) => { } else { // Focus on this card's title inline on next render setCardIdToFocusOnRender(block.id) - setTimeout(() => setCardIdToFocusOnRender(''), 100) + setTimeout(() => setCardIdToFocusOnRender(''), 300) } }, async () => {