Skip to content

Commit 6271e86

Browse files
Update overridingTypes.jsonc (microsoft#1931)
Co-authored-by: saschanaz <[email protected]>
1 parent e7376df commit 6271e86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

inputfiles/overridingTypes.jsonc

+8
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"name": "animationstart",
6666
"type": "AnimationEvent"
6767
},
68+
{
69+
"name": "auxclick",
70+
"type": "PointerEvent"
71+
},
6872
{
6973
"name": "cut",
7074
"type": "ClipboardEvent"
@@ -73,6 +77,10 @@
7377
"name": "copy",
7478
"type": "ClipboardEvent"
7579
},
80+
{
81+
"name": "contextmenu",
82+
"type": "PointerEvent"
83+
},
7684
{
7785
"name": "paste",
7886
"type": "ClipboardEvent"

0 commit comments

Comments
 (0)