opt paint text selection rect

add patch desc

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-29 19:39:23 +08:00
parent 557585334a
commit 133f45945c
7 changed files with 155 additions and 32 deletions

View File

@@ -106,7 +106,7 @@ class _DynamicDetailPageState
);
}
dynamic _scrollable;
ScrollableState? _scrollable;
@override
void dispose() {
@@ -136,6 +136,7 @@ class _DynamicDetailPageState
),
);
return SelectionTapRegionSurface(
/// apply `lib/scripts/scrollable.patch`
isScrolling: () => _scrollable?.shouldIgnorePointer ?? false,
child: child,
);