From eb11d84d98626ed9df0fbcc840f37d11f7208fc5 Mon Sep 17 00:00:00 2001 From: LinXunFeng Date: Sat, 3 Jun 2023 09:39:01 +0800 Subject: [PATCH] fix: #31 --- lib/src/utils/src/observer_utils.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/utils/src/observer_utils.dart b/lib/src/utils/src/observer_utils.dart index ad37f83..75c8544 100644 --- a/lib/src/utils/src/observer_utils.dart +++ b/lib/src/utils/src/observer_utils.dart @@ -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) {