mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 00:58:19 +08:00
feat: 写评论时避免误触界面收起
This commit is contained in:
@@ -224,6 +224,11 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
|
||||
selected: toolbarType == 'emote',
|
||||
),
|
||||
const Spacer(),
|
||||
TextButton(
|
||||
onPressed: () => Get.back(), child: Text('取消',
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).colorScheme.secondary))),
|
||||
const SizedBox(width: 10),
|
||||
TextButton(
|
||||
onPressed: () => submitReplyAdd(), child: const Text('发送'))
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user