Remove old comment

This commit is contained in:
Daniel Imms
2019-06-15 00:30:45 -07:00
parent 15647a0301
commit 07b6b69be7
2 changed files with 0 additions and 2 deletions
@@ -16,7 +16,6 @@ export class LinkRenderLayer extends BaseRenderLayer {
constructor(container: HTMLElement, zIndex: number, colors: IColorSet, terminal: ILinkifierAccessor) {
super(container, 'link', zIndex, true, colors);
// TODO: Need to expose link-related renderer API
terminal.linkifier.onLinkHover(e => this._onLinkHover(e));
terminal.linkifier.onLinkLeave(e => this._onLinkLeave(e));
}
-1
View File
@@ -15,7 +15,6 @@ export class LinkRenderLayer extends BaseRenderLayer {
constructor(container: HTMLElement, zIndex: number, colors: IColorSet, terminal: ILinkifierAccessor) {
super(container, 'link', zIndex, true, colors);
// TODO: Need to expose link-related renderer API
terminal.linkifier.onLinkHover(e => this._onLinkHover(e));
terminal.linkifier.onLinkLeave(e => this._onLinkLeave(e));
}