Changed follow-up request to after 250ms

This commit is contained in:
Joel Collins 2020-05-14 17:22:31 +01:00
parent 0fd19058d4
commit 703825d397

View file

@ -197,7 +197,7 @@ export default {
2. The requests leapfrog eachother, stopping the preview, in which case
the follow-up request restarts the preview in the correct location.
*/
setTimeout(() => this.previewRequest(true), 1000);
setTimeout(() => this.previewRequest(true), 250);
}
}
},