add globaleventtype to globalkeys (#1296)

This commit is contained in:
Mike Sawka 2024-11-15 09:56:54 -08:00 committed by GitHub
parent f8e9db1d0f
commit 9c6eed1ab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,6 +256,7 @@ export class VDomModel {
return false;
}
this.batchedEvents.push({
globaleventtype: "onKeyDown",
waveid: null,
eventtype: "onKeyDown",
keydata: e,