fix(client): add debounce time for a preview

pull/27100/head^2
Valeriy S 2019-01-14 15:40:25 +03:00 committed by Stuart Taylor
parent 7bfc733da6
commit b6e24d4e14
1 changed files with 1 additions and 0 deletions

View File

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