fix
This commit is contained in:
@@ -473,7 +473,6 @@ export class ReplyForm extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
let color_picker = new ColorPicker();
|
|
||||||
return (
|
return (
|
||||||
<form onSubmit={this.on_submit.bind(this)} className={'reply-form box'+(this.state.text?' reply-sticky':'')}>
|
<form onSubmit={this.on_submit.bind(this)} className={'reply-form box'+(this.state.text?' reply-sticky':'')}>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user