Fix tab browser behaviour
This commit is contained in:
parent
45ac7d1850
commit
6c15471778
|
@ -46,6 +46,7 @@
|
|||
}
|
||||
return
|
||||
} else if (e.key === "Tab") {
|
||||
e.preventDefault()
|
||||
api?.blur?.()
|
||||
changeFocusedColumn(1)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue