We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb8e81 commit b77e6e5Copy full SHA for b77e6e5
1 file changed
packages/two_dimensional_scrollables/lib/src/table_view/table.dart
@@ -585,7 +585,9 @@ class RenderTableViewport extends RenderTwoDimensionalViewport {
585
// scrollable cells from stealing hits inside the trailing pinned area.
586
// This mirrors the pushClipRect applied to each section during painting.
587
if (cellRect.contains(position) &&
588
- _sectionClipRectFor(cellParentData.tableVicinity).contains(position)) {
+ _sectionClipRectFor(
589
+ cellParentData.tableVicinity,
590
+ ).contains(position)) {
591
result.addWithPaintOffset(
592
offset: cellParentData.paintOffset,
593
position: position,
0 commit comments