|
|
@@ -108,8 +108,6 @@ const WbwPaliWidget = ({
|
|
|
* 高亮可能的单词
|
|
|
*/
|
|
|
useEffect(() => {
|
|
|
- console.debug("relation match data=", data);
|
|
|
-
|
|
|
let grammar = data.case?.value
|
|
|
?.replace("v:ind", "v")
|
|
|
.replace("#", "$")
|
|
|
@@ -150,8 +148,6 @@ const WbwPaliWidget = ({
|
|
|
spellMatch = false;
|
|
|
}
|
|
|
}
|
|
|
- console.debug("relation match", value, caseMatch, spellMatch);
|
|
|
-
|
|
|
return caseMatch && spellMatch;
|
|
|
});
|
|
|
if (match && match.length > 0) {
|