Keep selection on resize and when changing colors

This commit is contained in:
jeanp413
2021-02-03 00:24:53 -05:00
parent 2340fa1c91
commit 94d37bbe4c
@@ -118,7 +118,6 @@ export class WebglRenderer extends Disposable implements IRenderer {
// Force a full refresh
this._model.clear();
this._updateSelectionModel(undefined, undefined);
}
public onDevicePixelRatioChange(): void {
@@ -156,7 +155,6 @@ export class WebglRenderer extends Disposable implements IRenderer {
// Force a full refresh
this._model.clear();
this._updateSelectionModel(undefined, undefined);
}
public onCharSizeChanged(): void {