fix(client): add debounce time for a preview

This commit is contained in:
Valeriy S
2019-01-14 15:40:25 +03:00
committed by Stuart Taylor
parent 7bfc733da6
commit b6e24d4e14

View File

@@ -165,6 +165,7 @@ function* executeTests(testRunner) {
}
function* updateMainSaga() {
yield delay(500);
try {
const { html, modern } = challengeTypes;
const meta = yield select(challengeMetaSelector);