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 aa94fd6 + ad38b1a commit f56675fCopy full SHA for f56675f
src/browser/Viewport.ts
@@ -94,6 +94,7 @@ export class Viewport extends Disposable {
94
}));
95
96
this._register(this._bufferService.onResize(() => this._queueSync()));
97
+ this._register(this._bufferService.buffers.onBufferActivate(() => this._queueSync()));
98
this._register(this._bufferService.onScroll(() => this._sync()));
99
100
this._register(this._scrollableElement.onScroll(e => this._handleScroll(e)));
0 commit comments