mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Keep selection on resize and when changing colors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user