feat: Reset SentFurigana field on SentenceListeningNote creation
This commit is contained in:
parent
0eab07c497
commit
b7ec7623b2
|
@ -20,6 +20,7 @@ class SentenceListeningNote extends Note
|
|||
$this->fields['VocabKanji'] = $term->getKanji();
|
||||
$this->fields['VocabFurigana'] = $term->getReading();
|
||||
$this->fields['VocabDef'] = $term->toAnkiVocabDef();
|
||||
$this->fields['SentFurigana'] = ''; // We don't want to keep this
|
||||
$this->fields['SentKanji'] = $this->stringHighlight(
|
||||
$this->fields['SentKanji'],
|
||||
$term->getKanji(),
|
||||
|
|
Loading…
Reference in New Issue