mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Merge pull request #162971 from microsoft/tyriar/159907
Fix active terminal tab when moving a group to the bottom of the tabs list
This commit is contained in:
commit
bf9ebd7c2a
1 changed files with 1 additions and 0 deletions
|
@ -677,6 +677,7 @@ class TerminalTabsDragAndDrop implements IListDragAndDrop<ITerminalInstance> {
|
|||
|
||||
if (!targetInstance) {
|
||||
this._terminalGroupService.moveGroupToEnd(sourceInstances[0]);
|
||||
this._terminalService.setActiveInstance(sourceInstances[0]);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue