fix textboxes

This commit is contained in:
SpikeHD
2022-06-03 23:03:22 -07:00
parent ae37feebea
commit 154d79b2e4
3 changed files with 17 additions and 3 deletions

View File

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