chore: Clickable links in stories
This commit is contained in:
parent
06f073d053
commit
394f0f091c
3 changed files with 103 additions and 13 deletions
|
|
@ -88,7 +88,8 @@ class AddStoryView extends StatelessWidget {
|
|||
child: TextField(
|
||||
controller: controller.controller,
|
||||
minLines: 1,
|
||||
maxLines: 20,
|
||||
maxLines: 15,
|
||||
maxLength: 500,
|
||||
autofocus: true,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue