GH-4070 Fix focus on new table row
This commit is contained in:
parent
2676b19d99
commit
05c0b0669f
1 changed files with 0 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue