Fix cloze not using the raw source (#1049)
This commit is contained in:
parent
73cb2c763c
commit
af33fff6fb
@ -916,7 +916,7 @@ class Display extends EventDispatcher {
|
||||
this._definitions = definitions;
|
||||
|
||||
for (const definition of definitions) {
|
||||
definition.cloze = this._clozeBuild(sentence, isTerms ? definition.source : definition.character);
|
||||
definition.cloze = this._clozeBuild(sentence, isTerms ? definition.rawSource : definition.character);
|
||||
definition.url = url;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user