Merge pull request #4071 from shadybotros/fix/GH-4070

[GH-4070] Fix focus on new table row
This commit is contained in:
Scott Bishel 2022-11-28 13:58:07 -07:00 committed by GitHub
commit 10b8cf775a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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