mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-28 07:07:47 +00:00
ref(chat): de-parameterize AbstractMessageContainer
This commit is contained in:
committed by
virtuacoplenny
parent
cb8282dfe5
commit
4eec13da1c
@@ -12,7 +12,7 @@ import ChatMessageGroup from './ChatMessageGroup';
|
||||
*
|
||||
* @extends AbstractMessageContainer
|
||||
*/
|
||||
export default class MessageContainer extends AbstractMessageContainer<Props> {
|
||||
export default class MessageContainer extends AbstractMessageContainer {
|
||||
/**
|
||||
* Reference to the HTML element at the end of the list of displayed chat
|
||||
* messages. Used for scrolling to the end of the chat messages.
|
||||
|
||||
Reference in New Issue
Block a user