mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 16:58:30 +00:00
add globaleventtype to globalkeys (#1296)
This commit is contained in:
parent
f8e9db1d0f
commit
9c6eed1ab4
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ export class VDomModel {
|
|||
return false;
|
||||
}
|
||||
this.batchedEvents.push({
|
||||
globaleventtype: "onKeyDown",
|
||||
waveid: null,
|
||||
eventtype: "onKeyDown",
|
||||
keydata: e,
|
||||
|
|
|
|||
Loading…
Reference in a new issue