mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Merge pull request #4071 from shadybotros/fix/GH-4070
[GH-4070] Fix focus on new table row
This commit is contained in:
commit
10b8cf775a
@ -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 () => {
|
||||
|
Loading…
Reference in New Issue
Block a user