mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
lint
This commit is contained in:
parent
8110fef3c0
commit
144798a336
1 changed files with 2 additions and 3 deletions
|
@ -236,11 +236,10 @@ export class HTermFrontend extends Frontend {
|
|||
return size
|
||||
}
|
||||
|
||||
const onCursorBlink_ = this.term.onCursorBlink_.bind(this.term)
|
||||
|
||||
const _onCursorBlink = this.term.onCursorBlink_.bind(this.term)
|
||||
this.term.onCursorBlink_ = () => {
|
||||
this.term.cursorNode_.style.opacity = '0'
|
||||
onCursorBlink_()
|
||||
_onCursorBlink()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue