fix default game file

This commit is contained in:
SpikeHD
2022-06-03 22:57:57 -07:00
parent acba392533
commit ae37feebea
2 changed files with 2 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ export default class DirInput extends React.Component<IProps, IState> {
this.setState({ value: text })
if (this.props.onChange) this.props.onChange(text)
this.forceUpdate()
}}
customClearBehaviour={this.props.customClearBehaviour}
/>