Skip to content

Commit

Permalink
Remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsHofele committed Apr 10, 2024
1 parent 72b9276 commit 6edce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function fireDeterminedAction(el: HTMLElement, path: readonly NormalizedH
const delegateEvent = new CustomEvent('hotkey-fire', {cancelable: true, detail: {path}})
const cancelled = !el.dispatchEvent(delegateEvent)
if (cancelled) return false

if (isFormField(el)) {
el.focus()
} else {
Expand Down

0 comments on commit 6edce09

Please sign in to comment.