1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

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 { } else {
// Focus on this card's title inline on next render // Focus on this card's title inline on next render
setCardIdToFocusOnRender(block.id) setCardIdToFocusOnRender(block.id)
setTimeout(() => setCardIdToFocusOnRender(''), 100)
} }
}, },
async () => { async () => {