This commit is contained in:
ashawkey
2020-06-25 17:16:31 +08:00
parent 6b291f07c6
commit 89900c5615

View File

@@ -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':'')}>
{ {