feat: 写评论时避免误触界面收起

This commit is contained in:
orz12
2024-04-22 20:10:25 +08:00
parent 65ce59984d
commit ebde193883
5 changed files with 11 additions and 2 deletions

View File

@@ -403,6 +403,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
showModalBottomSheet(
context: context,
isScrollControlled: true,
isDismissible: false,
builder: (BuildContext context) {
return VideoReplyNewDialog(
oid: _htmlRenderCtr.oid.value,