This commit is contained in:
Bill D 2021-04-14 14:31:25 +03:00
parent 620fa26d62
commit 2b78924c72
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function VerbFormDisplay({ displayForm, textOptions, info, showingFormInfo, engl
}
// setPersInf("mascSing");
// setShowingExplanation(false);
}, [block, length, chosenPersInf]);
}, [block, length, chosenPersInf, defaultLength]);
// TODO: This could be handled better to avoid the react-hooks/exhaustive-deps warning ?
useEffect(() => {
setShowingExplanation(false);