This commit is contained in:
lingdocs 2022-04-12 16:20:22 +05:00
parent 37dbea50b5
commit e7e1ed95c3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "1.9.2", "version": "1.9.3",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",

View File

@ -156,6 +156,7 @@ export function VPExplorer(props: {
setCurrentCorrectEmoji(randFromArray(correctEmoji)); setCurrentCorrectEmoji(randFromArray(correctEmoji));
}, checkDuration * 2); }, checkDuration * 2);
} else { } else {
navigator.vibrate(250);
setQuizState({ setQuizState({
...quizState, ...quizState,
result: "fail", result: "fail",