mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
ChecklistEditor: Let the text expand into multiple lines
This commit is contained in:
@ -250,7 +250,7 @@ class _ChecklistItemTileState extends State<ChecklistItemTile> {
|
||||
var editor = TextField(
|
||||
focusNode: widget.focusNode,
|
||||
keyboardType: TextInputType.text,
|
||||
maxLines: 1,
|
||||
maxLines: null,
|
||||
style: style,
|
||||
textCapitalization: TextCapitalization.sentences,
|
||||
controller: _textController,
|
||||
|
Reference in New Issue
Block a user