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.
2 parents 8f9f255 + bcbcc71 commit 33f0105Copy full SHA for 33f0105
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