fix: React if not allowed
This commit is contained in:
parent
7290b9275e
commit
098dc70bdd
1 changed files with 1 additions and 0 deletions
|
|
@ -947,6 +947,7 @@ class _ChatState extends State<Chat> {
|
|||
duration: Duration(milliseconds: 300),
|
||||
height: (editEvent == null &&
|
||||
replyEvent == null &&
|
||||
room.canSendDefaultMessages &&
|
||||
selectedEvents.length == 1)
|
||||
? 56
|
||||
: 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue