Add maximize support and some other stuff
This commit is contained in:
parent
0d80c93bc7
commit
baf26d0ec9
4 changed files with 50 additions and 15 deletions
|
|
@ -45,6 +45,7 @@ class ChatBox extends HookConsumerWidget {
|
|||
}
|
||||
|
||||
void send() {
|
||||
if (controller.value.text.isEmpty) return;
|
||||
ref
|
||||
.watch(RoomChatController.provider(room).notifier)
|
||||
.send(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue