fix(client): add debounce time for a preview
This commit is contained in:
@@ -165,6 +165,7 @@ function* executeTests(testRunner) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function* updateMainSaga() {
|
function* updateMainSaga() {
|
||||||
|
yield delay(500);
|
||||||
try {
|
try {
|
||||||
const { html, modern } = challengeTypes;
|
const { html, modern } = challengeTypes;
|
||||||
const meta = yield select(challengeMetaSelector);
|
const meta = yield select(challengeMetaSelector);
|
||||||
|
Reference in New Issue
Block a user