GH-4070 Restore the reset but increase timeout
This commit is contained in:
parent
05c0b0669f
commit
a3e1cfb7ea
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ const CenterPanel = (props: Props) => {
|
|||
} else {
|
||||
// Focus on this card's title inline on next render
|
||||
setCardIdToFocusOnRender(block.id)
|
||||
setTimeout(() => setCardIdToFocusOnRender(''), 300)
|
||||
}
|
||||
},
|
||||
async () => {
|
||||
|
|
Loading…
Reference in a new issue