mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Remote Setup: Let the clone url text field expand
This commit is contained in:
@ -137,6 +137,8 @@ class GitCloneUrlKnownProviderPageState
|
||||
textInputAction: TextInputAction.done,
|
||||
onFieldSubmitted: (String _) => formSubmitted(),
|
||||
initialValue: widget.initialValue,
|
||||
minLines: 1,
|
||||
maxLines: 3,
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user