Merge pull request #4071 from shadybotros/fix/GH-4070
[GH-4070] Fix focus on new table row
This commit is contained in:
commit
10b8cf775a
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ 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)
|
setTimeout(() => setCardIdToFocusOnRender(''), 300)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async () => {
|
async () => {
|
||||||
|
|
Loading…
Reference in a new issue