mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: React if not allowed
This commit is contained in:
parent
3eeb9a96e5
commit
0146767e8a
@ -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…
Reference in New Issue
Block a user