Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-07 10:16:03 +08:00
parent 6fd8212d8b
commit 5b6443cfa4
4 changed files with 40 additions and 52 deletions

View File

@@ -207,9 +207,9 @@ class _RepostPanelState extends CommonRichTextPubPageState<RepostPanel> {
onTap: () {
setState(() => _isMax = true);
Future.delayed(const Duration(milliseconds: 300), () {
_isExpanded = true;
if (mounted) {
focusNode.requestFocus();
setState(() => _isExpanded = true);
}
});
},