From 9a92daaf81cfadb5dbf1d0efdb8d124704fee029 Mon Sep 17 00:00:00 2001 From: anotherchrisberry Date: Wed, 31 Jan 2018 15:01:23 -0800 Subject: [PATCH] fix(core): allow multiselect toggling on instance checkbox click --- app/scripts/modules/core/src/instance/InstanceListBody.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/scripts/modules/core/src/instance/InstanceListBody.tsx b/app/scripts/modules/core/src/instance/InstanceListBody.tsx index 6b15384680d..892050152ee 100644 --- a/app/scripts/modules/core/src/instance/InstanceListBody.tsx +++ b/app/scripts/modules/core/src/instance/InstanceListBody.tsx @@ -137,11 +137,6 @@ export class InstanceListBody extends React.Component): void { - event.stopPropagation(); - this.MultiselectModel.toggleInstance(this.props.serverGroup, event.target.getAttribute('data-instance-id')); - } - private renderRow(instance: IInstance): JSX.Element { const { hasLoadBalancers, hasDiscovery } = this.props; const showProviderHealth = !hasLoadBalancers && !hasDiscovery; @@ -176,7 +171,6 @@ export class InstanceListBody extends React.Component )}