We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adc713 commit ae29b61Copy full SHA for ae29b61
2 files changed
inputfiles/addedTypes.jsonc
@@ -58,7 +58,7 @@
58
},
59
{
60
"name": "auxclick",
61
- "type": "MouseEvent"
+ "type": "PointerEvent"
62
63
64
"name": "beforeinput",
@@ -196,6 +196,10 @@
196
"name": "dblclick",
197
"type": "MouseEvent"
198
199
+ {
200
+ "name": "contextmenu",
201
202
+ },
203
204
"name": "toggle",
205
"type": "ToggleEvent"
inputfiles/overridingTypes.jsonc
@@ -65,10 +65,6 @@
65
"name": "animationstart",
66
"type": "AnimationEvent"
67
68
- {
69
- "name": "auxclick",
70
- "type": "PointerEvent"
71
- },
72
73
"name": "cut",
74
"type": "ClipboardEvent"
@@ -77,10 +73,6 @@
77
"name": "copy",
78
79
75
80
81
- "name": "contextmenu",
82
83
84
76
85
"name": "paste",
86
0 commit comments