Commit 703825d3 authored by Joel Collins's avatar Joel Collins
Browse files

Changed follow-up request to after 250ms

parent 0fd19058
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }
      }
    },