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:
parent
8869c6b456
commit
bac4ab4c62
@ -51,9 +51,10 @@ class _IssueFormScreenState extends State<IssueFormScreen> {
|
||||
_body = v;
|
||||
});
|
||||
},
|
||||
maxLines: 10,
|
||||
),
|
||||
),
|
||||
CupertinoButton(
|
||||
CupertinoButton.filled(
|
||||
child: Text('Submit'),
|
||||
onPressed: () async {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user