microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Fixed an issue where stopPropagation in HTML Render prevents the use of the shortcuts service #189

Closed janechu closed 2 years ago

janechu commented 2 years ago

Pull Request

📖 Description

This change allows the propagation of keyDown events so that the Shortcuts service can capture all keyDown events.

✅ Checklist

General