mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-02 00:36:20 +08:00
opt paint text selection rect
add patch desc Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user