We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fee67 commit 3a778aaCopy full SHA for 3a778aa
src/content/index.js
@@ -1,6 +1,6 @@
1
import $ from 'jquery'
2
import * as Fields from 'fields'
3
4
-$(document).on('keydown', Fields.SELECTOR, (e) => {
+$(document).on('keypress focus', Fields.SELECTOR, (e) => {
5
Fields.setup($(e.target))
6
})
0 commit comments