remove a todo since its already in the progress list
This commit is contained in:
parent
b80bd557dd
commit
729f71e529
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ class ChatBox extends HookConsumerWidget {
|
||||||
),
|
),
|
||||||
controller: controller.value,
|
controller: controller.value,
|
||||||
key: key,
|
key: key,
|
||||||
// TODO: Setting for send on enter on / off
|
|
||||||
onFieldSubmitted: (_) => send(),
|
onFieldSubmitted: (_) => send(),
|
||||||
// Don't defocus on submit
|
// Don't defocus on submit
|
||||||
onEditingComplete: () {},
|
onEditingComplete: () {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue