GH-4070 Restore the reset but increase timeout

This commit is contained in:
shadybotros 2022-10-23 14:42:39 +02:00
parent 05c0b0669f
commit a3e1cfb7ea

View file

@ -197,6 +197,7 @@ const CenterPanel = (props: Props) => {
} else {
// Focus on this card's title inline on next render
setCardIdToFocusOnRender(block.id)
setTimeout(() => setCardIdToFocusOnRender(''), 300)
}
},
async () => {