Fix incorrect resultOutputMode (#1804)
This commit is contained in:
parent
df72c3927b
commit
8d1596cdf8
@ -97,7 +97,7 @@ class DisplayAnki {
|
|||||||
dictionaryEntry,
|
dictionaryEntry,
|
||||||
mode: 'test',
|
mode: 'test',
|
||||||
context: this._noteContext,
|
context: this._noteContext,
|
||||||
resultOutputMode: this.resultOutputMode,
|
resultOutputMode: this._resultOutputMode,
|
||||||
glossaryLayoutMode: this._glossaryLayoutMode,
|
glossaryLayoutMode: this._glossaryLayoutMode,
|
||||||
compactTags: this._compactTags,
|
compactTags: this._compactTags,
|
||||||
marker: 'test'
|
marker: 'test'
|
||||||
@ -538,7 +538,7 @@ class DisplayAnki {
|
|||||||
tags: this._noteTags,
|
tags: this._noteTags,
|
||||||
checkForDuplicates: this._checkForDuplicates,
|
checkForDuplicates: this._checkForDuplicates,
|
||||||
duplicateScope: this._duplicateScope,
|
duplicateScope: this._duplicateScope,
|
||||||
resultOutputMode: this.resultOutputMode,
|
resultOutputMode: this._resultOutputMode,
|
||||||
glossaryLayoutMode: this._glossaryLayoutMode,
|
glossaryLayoutMode: this._glossaryLayoutMode,
|
||||||
compactTags: this._compactTags,
|
compactTags: this._compactTags,
|
||||||
mediaOptions: {
|
mediaOptions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user