Skip to content

Commit

Permalink
Reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 2, 2024
1 parent a0bf90f commit eac3eb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions jump.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export function jumpKeyUX() {
let ref = jumps.pop()
if (!ref) {
window.document.activeElement.blur()
window.document.documentElement.focus()
window.document.documentElement.blur()
return
}
let el = ref.deref()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"import": {
"./index.js": "{ startKeyUX, hotkeyKeyUX, pressKeyUX, focusGroupKeyUX, jumpKeyUX, hiddenKeyUX, likelyWithKeyboard, getHotKeyHint }"
},
"limit": "1967 B"
"limit": "1957 B"
}
],
"clean-publish": {
Expand Down

0 comments on commit eac3eb2

Please sign in to comment.