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) {
|
async resetData(visible) {
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
await this.updateData(this.state.id);
|
await this.updateData(this.state.id);
|
||||||
}, 250);
|
}, 1000); // 1 second
|
||||||
this.setState({
|
this.setState({
|
||||||
leftHand: {
|
leftHand: {
|
||||||
averageCut: [15.0],
|
averageCut: [15.0],
|
||||||
|
Reference in New Issue
Block a user