Fix tab browser behaviour

This commit is contained in:
Andrew Kingston 2023-04-25 09:05:00 +01:00
parent 45ac7d1850
commit 6c15471778
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
}
return
} else if (e.key === "Tab") {
e.preventDefault()
api?.blur?.()
changeFocusedColumn(1)
return