Revert "fix: #333"

This reverts commit acfa384c0c.
This commit is contained in:
bggRGjQaUbCoE
2025-02-27 11:38:19 +08:00
parent acfa384c0c
commit 72e7f0aa9f
2 changed files with 6 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
? null
: _videoReplyController.scrollController,
physics: widget.needController == false
? const AlwaysScrollableScrollPhysics(
? const NeverScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
)
: const AlwaysScrollableScrollPhysics(),