Pass kanji character to clozeBuild
This commit is contained in:
parent
cb9f9b585a
commit
befee9ceca
@ -398,7 +398,7 @@ class Display {
|
|||||||
};
|
};
|
||||||
|
|
||||||
for (const definition of definitions) {
|
for (const definition of definitions) {
|
||||||
definition.cloze = Display.clozeBuild(context.sentence);
|
definition.cloze = Display.clozeBuild(context.sentence, definition.character);
|
||||||
definition.url = context.url;
|
definition.url = context.url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user