mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
keep multiline editing
This commit is contained in:
parent
b572314ae9
commit
ddcda4ba5a
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ class ByteCountedTextField extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
TextField(
|
||||
maxLines: null,
|
||||
controller: controller,
|
||||
focusNode: focusNode,
|
||||
inputFormatters: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue