提交 144798a3 编写于 作者: E Eugene Pankov

lint

上级 8110fef3
......@@ -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()
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册