mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
fix textboxes
This commit is contained in:
@@ -53,7 +53,6 @@ export default class TextInput extends React.Component<IProps, IState> {
|
||||
this.props.clearable ?
|
||||
<div className="TextClear" onClick={() => {
|
||||
// Run custom behaviour first
|
||||
console.log('cleared')
|
||||
if (this.props.customClearBehaviour) return this.props.customClearBehaviour()
|
||||
|
||||
this.setState({ value: '' })
|
||||
|
||||
Reference in New Issue
Block a user