Skip to content

Commit

Permalink
fixed bug where drag and drop would break scripting (microsoft#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bist authored Dec 19, 2017
1 parent dbb421f commit 572aebd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ export class ConnectionManagementService implements IConnectionManagementService
return this._connectionStore.changeGroupIdForConnection(source, targetGroupId).then(result => {
if (id && targetGroupId) {
source.groupId = targetGroupId;
this._connectionStatusManager.updateConnectionProfile(source, id);
}
});
}
Expand Down

0 comments on commit 572aebd

Please sign in to comment.