Skip to content

Commit

Permalink
Bug fix -1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsocrat committed Sep 12, 2024
1 parent 2db829e commit 573a84b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/chart/base/base_chart/render_base_chart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,8 @@ abstract class RenderBaseChart<R extends BaseTouchResponse> extends RenderBox

final pointerCount = event.pointerCount;

R? response;
if (pointerCount > 1) {
_touchCallback!(event, response);
_touchCallback!(event, null);
}
}

Expand Down

0 comments on commit 573a84b

Please sign in to comment.