fixed bug where drag and drop would break scripting (#369)

This commit is contained in:
Aditya Bist
2017-12-19 12:45:33 -08:00
committed by GitHub
parent dbb421f503
commit 572aebd8c8

View File

@@ -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);
}
});
}