Skip to content

Commit

Permalink
fix sending media on internal chat when screen is narrow (mobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Oct 14, 2024
1 parent d7bab61 commit d93290b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Chat/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ function Chat(props) {
<Grid className={classes.gridItemTab} md={12} item>
{isObject(currentChat) && has(currentChat, "id") && (
<ChatMessages
chat={currentChat}
scrollToBottomRef={scrollToBottomRef}
pageInfo={messagesPageInfo}
messages={messages}
Expand Down

0 comments on commit d93290b

Please sign in to comment.