Skip to content

Commit

Permalink
fix: #31
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXunFeng committed Jun 3, 2023
1 parent c66d2dc commit eb11d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/utils/src/observer_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class ObserverUtils {
required RenderBox targetChild,
double toNextOverPercent = 1,
}) {
if (targetChild is! RenderIndexedSemantics) return false;
if (!targetChild.hasSize) return false;
final parentData = targetChild.parentData;
if (parentData is! SliverMultiBoxAdaptorParentData) {
Expand Down

0 comments on commit eb11d84

Please sign in to comment.