jeanp413
2024-08-14 07:45:37 -05:00
parent c6a50d5a1a
commit ad38b1a166
+1
View File
@@ -94,6 +94,7 @@ export class Viewport extends Disposable {
}));
this._register(this._bufferService.onResize(() => this._queueSync()));
this._register(this._bufferService.buffers.onBufferActivate(() => this._queueSync()));
this._register(this._bufferService.onScroll(() => this._sync()));
this._register(this._scrollableElement.onScroll(e => this._handleScroll(e)));