Skip to content

Commit

Permalink
Fire onSelectionChange when Terminal.select is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 13, 2022
1 parent 3abbaa9 commit 5d98304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/services/SelectionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5d98304

Please sign in to comment.