mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
GH-4070 Fix focus on new table row
This commit is contained in:
parent
2676b19d99
commit
05c0b0669f
@ -197,7 +197,6 @@ 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)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async () => {
|
async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user