Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Aug 14, 2024
1 parent c6a50d5 commit ad38b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/Viewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down

0 comments on commit ad38b1a

Please sign in to comment.