fix some bugs i think ?
This commit is contained in:
parent
50a6eb7c92
commit
cb5846600b
6 changed files with 43 additions and 34 deletions
|
|
@ -123,11 +123,7 @@ class ChatBox extends HookConsumerWidget {
|
|||
triggerCharacter.value = newTriggerCharacter;
|
||||
query.value = newQuery;
|
||||
},
|
||||
triggerCharacterAndStyles: {
|
||||
"@": style,
|
||||
"#": style,
|
||||
":": style,
|
||||
},
|
||||
triggerCharacterAndStyles: {"@": style, "#": style},
|
||||
builder: (context, key) => TextFormField(
|
||||
enabled: room.canSendDefaultMessages,
|
||||
maxLines: 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue