Changed follow-up request to after 250ms
This commit is contained in:
parent
0fd19058d4
commit
703825d397
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export default {
|
||||||
2. The requests leapfrog eachother, stopping the preview, in which case
|
2. The requests leapfrog eachother, stopping the preview, in which case
|
||||||
the follow-up request restarts the preview in the correct location.
|
the follow-up request restarts the preview in the correct location.
|
||||||
*/
|
*/
|
||||||
setTimeout(() => this.previewRequest(true), 1000);
|
setTimeout(() => this.previewRequest(true), 250);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue