1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-20 13:30:38 +01:00

fix: multi line body

This commit is contained in:
Rongjian Zhang 2019-10-03 12:57:21 +08:00
parent 8869c6b456
commit bac4ab4c62

View File

@ -51,9 +51,10 @@ class _IssueFormScreenState extends State<IssueFormScreen> {
_body = v;
});
},
maxLines: 10,
),
),
CupertinoButton(
CupertinoButton.filled(
child: Text('Submit'),
onPressed: () async {
try {