Fix term details not using the expanded tags (#1028)
This commit is contained in:
parent
3ee385b319
commit
112f08a13e
@ -1032,7 +1032,7 @@ class Translator {
|
|||||||
this._sortTags(termTagsExpanded);
|
this._sortTags(termTagsExpanded);
|
||||||
|
|
||||||
const furiganaSegments = jp.distributeFurigana(expression, reading);
|
const furiganaSegments = jp.distributeFurigana(expression, reading);
|
||||||
const termDetailsList = [this._createTermDetails(sourceTerm, expression, reading, furiganaSegments, termTags)];
|
const termDetailsList = [this._createTermDetails(sourceTerm, expression, reading, furiganaSegments, termTagsExpanded)];
|
||||||
const sourceTermExactMatchCount = (sourceTerm === expression ? 1 : 0);
|
const sourceTermExactMatchCount = (sourceTerm === expression ? 1 : 0);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user