mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-28 05:36:31 +03:00
lint
This commit is contained in:
parent
8110fef3c0
commit
144798a336
@ -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 New Issue
Block a user