mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
fix default game file
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user