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 6596435 commit 011f8d9Copy full SHA for 011f8d9
src/index.js
@@ -103,7 +103,9 @@ module.exports = {
103
'onKeyDown',
104
'onKeyUp',
105
],
106
+ alert: ['onKeyUp', 'onKeyDown', 'onKeyPress'],
107
body: ['onError', 'onLoad'],
108
+ dialog: ['onKeyUp', 'onKeyDown', 'onKeyPress'],
109
iframe: ['onError', 'onLoad'],
110
img: ['onError', 'onLoad'],
111
},
0 commit comments