diff --git a/package.json b/package.json index 60d3ac9..78f6048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "2.3.6", + "version": "2.3.7", "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", diff --git a/src/components/np-picker/NPPicker.tsx b/src/components/np-picker/NPPicker.tsx index ae80630..443ec94 100644 --- a/src/components/np-picker/NPPicker.tsx +++ b/src/components/np-picker/NPPicker.tsx @@ -30,7 +30,7 @@ function NPPicker(props: { const [npType, setNpType] = useState(props.np ? props.np.type : undefined); useEffect(() => { setNpType(props.np ? props.np.type : undefined); - setAddingPoss(false); + // setAddingPoss(false); }, [props.np]); function handleClear() { if (props.np && props.np.type === "noun" && props.np.dynamicComplement) return;