mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #3805 from Tyriar/3804
Fire onSelectionChange when Terminal.select is called
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user