oops
This commit is contained in:
parent
06cd3d2f18
commit
c469c0f2f3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -31,7 +31,7 @@ function EPExplorer(props: {
|
|||
tense: "present",
|
||||
negative: false,
|
||||
},
|
||||
}, "EPSelectionState");
|
||||
}, "EPSelectionState2");
|
||||
function handlePredicateTypeChange(type: "NP" | "Complement") {
|
||||
setEps(o => ({
|
||||
...o,
|
||||
|
|
|
@ -53,7 +53,7 @@ export function VPExplorer(props: {
|
|||
if (savedMode === "quiz") return "phrases";
|
||||
return savedMode;
|
||||
},
|
||||
"verbExplorerMode",
|
||||
"verbExplorerMode2",
|
||||
);
|
||||
const [showingExplanation, setShowingExplanation] = useState<{ role: "servant" | "king", item: "subject" | "object" } | false>(false);
|
||||
const isPast = isPastTense(vps.verb.tenseCategory === "perfect" ? vps.verb.perfectTense : vps.verb.verbTense);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue