Skip to content

Commit

Permalink
Update src/browser/Types.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored Mar 30, 2021
1 parent 04092c8 commit d2471b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/Types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export interface ILinkWithState {
export interface ILinkifier2 {
onShowLinkUnderline: IEvent<ILinkifierEvent>;
onHideLinkUnderline: IEvent<ILinkifierEvent>;
currentLink: ILinkWithState | undefined;
readonly currentLink: ILinkWithState | undefined;

attachToDom(element: HTMLElement, mouseService: IMouseService, renderService: IRenderService): void;
registerLinkProvider(linkProvider: ILinkProvider): IDisposable;
Expand Down

0 comments on commit d2471b4

Please sign in to comment.