Increase wait time for data refresh
This commit is contained in:
parent
2ff4ae7e10
commit
ef73b96ad5
@ -223,7 +223,7 @@ export default class Overlay extends Component {
|
||||
async resetData(visible) {
|
||||
setTimeout(async () => {
|
||||
await this.updateData(this.state.id);
|
||||
}, 250);
|
||||
}, 1000); // 1 second
|
||||
this.setState({
|
||||
leftHand: {
|
||||
averageCut: [15.0],
|
||||
|
Reference in New Issue
Block a user