mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
Update xtermFrontend.ts
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user