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 da39129 commit bcbcc71Copy full SHA for bcbcc71
src/browser/Viewport.ts
@@ -151,6 +151,8 @@ export class Viewport extends Disposable implements IViewport {
151
// Ignore the event if it was flagged to ignore (when the source of the event is from Viewport)
152
if (this._ignoreNextScrollEvent) {
153
this._ignoreNextScrollEvent = false;
154
+ // Still trigger the scroll so lines get refreshed
155
+ this._scrollLines(0);
156
return;
157
}
158
0 commit comments