Progress
new MediaAttachment video style :playable for mp4 to make videojs work with multiple files, hiding albums, hiding bookmark collections. may need tweaks on mediaattachment for mov and other formats : todo :
This commit is contained in:
@@ -28,7 +28,7 @@ class ChatMessagesComposeForm extends React.PureComponent {
|
||||
handleOnSendChatMessage = () => {
|
||||
this.props.onSendChatMessage(this.state.value, this.props.chatConversationId)
|
||||
// document.querySelector('#gabsocial').focus()
|
||||
// this.onBlur()
|
||||
this.onFocus()
|
||||
this.setState({ value: '' })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user