Remove chrome-ism, thanks @synfin

This commit is contained in:
Neale Pickett 2022-04-21 11:17:36 -06:00
parent f878593bbe
commit b20a94c8f1
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class VailClient {
* @param {Event} event What caused this
*/
singlekeyChange(event) {
for (let e of event.path) {
for (let e of event.composedPath()) {
if (e.dataset && e.dataset.singlekey) {
this.inputs.Keyboard.iambic = (e.dataset.singlekey == "iambic")
}