microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
116 stars 34 forks source link

fix: Add backwards compat for event type #356

Closed ling1726 closed 5 months ago

ling1726 commented 5 months ago

Adds details as a type for TabsterEventWithDetails for backwards compat. The events are already triggered with the correct details in triggerEvent.

https://github.com/microsoft/tabster/blob/5423336d16b9dc975f222d1be241905fb05f244f/src/Utils.ts#L1818-L1820