mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
lint
This commit is contained in:
@@ -236,11 +236,10 @@ export class HTermFrontend extends Frontend {
|
|||||||
return size
|
return size
|
||||||
}
|
}
|
||||||
|
|
||||||
const onCursorBlink_ = this.term.onCursorBlink_.bind(this.term)
|
const _onCursorBlink = this.term.onCursorBlink_.bind(this.term)
|
||||||
|
|
||||||
this.term.onCursorBlink_ = () => {
|
this.term.onCursorBlink_ = () => {
|
||||||
this.term.cursorNode_.style.opacity = '0'
|
this.term.cursorNode_.style.opacity = '0'
|
||||||
onCursorBlink_()
|
_onCursorBlink()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user