chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,9 @@ function onContextMenu(event: MouseEvent) {
|
||||
}
|
||||
|
||||
function onKeyDown(event: KeyboardEvent) {
|
||||
if (disableKeyboardA11y) return
|
||||
if (disableKeyboardA11y) {
|
||||
return
|
||||
}
|
||||
|
||||
if (arrowKeyDiffs[event.key]) {
|
||||
updatePositions(
|
||||
|
||||
Reference in New Issue
Block a user