mirror of
https://github.com/Eugeny/tabby
synced 2025-03-02 14:17:19 +00:00
Update xtermFrontend.ts
This commit is contained in:
parent
7508c371df
commit
a76654a7b6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ export class XTermFrontend extends Frontend {
|
|||
}
|
||||
}
|
||||
|
||||
const oldKeyUp = this.xtermCore._keyUp
|
||||
const oldKeyUp = this.xtermCore._keyUp.bind(this.xtermCore)
|
||||
this.xtermCore._keyUp = (e: KeyboardEvent) => {
|
||||
this.xtermCore.updateCursorStyle(e)
|
||||
if (keyboardEventHandler('keyup', e)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue