opt topic scroll

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-26 21:35:17 +08:00
parent 077b31e4c9
commit b2a4875ba7

View File

@@ -152,7 +152,7 @@ class _SelectTopicPanelState extends State<SelectTopicPanel> {
response?.isNotEmpty == true
? NotificationListener<ScrollNotification>(
onNotification: (notification) {
if (notification is ScrollStartNotification) {
if (notification is UserScrollNotification) {
if (_controller.focusNode.hasFocus) {
_controller.focusNode.unfocus();
}