Merge pull request #3805 from Tyriar/3804

Fire onSelectionChange when Terminal.select is called
This commit is contained in:
Daniel Imms
2022-05-13 09:51:28 -07:00
committed by GitHub
+1
View File
@@ -771,6 +771,7 @@ export class SelectionService extends Disposable implements ISelectionService {
this._model.selectionStart = [col, row];
this._model.selectionStartLength = length;
this.refresh();
this._fireEventIfSelectionChanged();
}
public rightClickSelect(ev: MouseEvent): void {