Skip to content

Commit

Permalink
Improve form submission detection with enter
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Feliziani <[email protected]>
  • Loading branch information
GioSensation committed Oct 16, 2023
1 parent a539090 commit f124e36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/autofill-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/autofill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/DeviceInterface/initFormSubmissionsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function initFormSubmissionsApi (forms, matching) {
const focusedForm = [...forms.values()].find((form) => form.hasFocus(e))
focusedForm?.submitHandler('global keydown + Enter')
}
})
}, true)

/**
* Global pointer down events
Expand Down
2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f124e36

Please sign in to comment.