mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 17:14:36 +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 })
|
this.setState({ value: text })
|
||||||
|
|
||||||
if (this.props.onChange) this.props.onChange(text)
|
if (this.props.onChange) this.props.onChange(text)
|
||||||
|
this.forceUpdate()
|
||||||
}}
|
}}
|
||||||
customClearBehaviour={this.props.customClearBehaviour}
|
customClearBehaviour={this.props.customClearBehaviour}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user