mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Prettified Code!
This commit is contained in:
parent
7526b5305c
commit
5f7cc6a327
@ -124,7 +124,8 @@ export default class ChatInput extends Component {
|
||||
}
|
||||
|
||||
const position = getCaretPosition(this.formMessageInput.current);
|
||||
const newHTML = inputHTML.substring(0, position) +
|
||||
const newHTML =
|
||||
inputHTML.substring(0, position) +
|
||||
content +
|
||||
inputHTML.substring(position);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user