GH-4070 Fix focus on new table row

This commit is contained in:
shadybotros 2022-10-23 14:28:05 +02:00
parent 2676b19d99
commit 05c0b0669f

View file

@ -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 () => {