Clear _dimensionsChanged variable

This commit is contained in:
Daniel Imms
2022-05-12 10:58:50 -07:00
parent 0976b15709
commit f18528d2bb
@@ -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 {