We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c21e commit 7b8ad8cCopy full SHA for 7b8ad8c
src/browser/Linkifier2.ts
@@ -309,8 +309,8 @@ export class Linkifier2 extends Disposable implements ILinkifier2 {
309
}
310
});
311
312
- // Listen to viewport changes re-render the link under the cursor when the viewport line
313
- // changes
+ // Listen to viewport changes to re-render the link under the cursor (only when the line the
+ // link is on changes)
314
if (this._renderService) {
315
this._linkCacheDisposables.push(this._renderService.onRenderedViewportChange(e => {
316
// Sanity check, this shouldn't happen in practice as this listener would be disposed
0 commit comments