fix: 查看评论详情点击区域

This commit is contained in:
guozhigq
2024-05-01 20:22:52 +08:00
parent 4507d3e40b
commit dd288d503b

View File

@ -46,7 +46,7 @@ class ReplyItem extends StatelessWidget {
onTap: () {
feedBack();
if (replyReply != null) {
replyReply!(replyItem, null);
replyReply!(replyItem);
}
},
onLongPress: () {