mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Clear _dimensionsChanged variable
This commit is contained in:
@@ -61,6 +61,7 @@ export class BufferDecorationRenderer extends Disposable {
|
||||
for (const decoration of this._decorationService.decorations) {
|
||||
this._renderDecoration(decoration);
|
||||
}
|
||||
this._dimensionsChanged = false;
|
||||
}
|
||||
|
||||
private _renderDecoration(decoration: IInternalDecoration): void {
|
||||
|
||||
Reference in New Issue
Block a user