click
event's interface should be changed to PointerEvent
#60746
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Help Wanted
You can do this
Milestone
⚙ Compilation target
esnext
⚙ Library
Missing / Incorrect Definition
In the
GlobalEventHandlersEventMap
interface the field"click: MouseEvent"
should be changed to"click": PointerEvent
Sample Code
-
Documentation Link
https://w3c.github.io/uievents/#event-type-click
The text was updated successfully, but these errors were encountered: