Fix incorrect resultOutputMode (#1804)

This commit is contained in:
toasted-nutbread 2021-07-06 21:49:57 -04:00 committed by GitHub
parent df72c3927b
commit 8d1596cdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ class DisplayAnki {
dictionaryEntry,
mode: 'test',
context: this._noteContext,
resultOutputMode: this.resultOutputMode,
resultOutputMode: this._resultOutputMode,
glossaryLayoutMode: this._glossaryLayoutMode,
compactTags: this._compactTags,
marker: 'test'
@ -538,7 +538,7 @@ class DisplayAnki {
tags: this._noteTags,
checkForDuplicates: this._checkForDuplicates,
duplicateScope: this._duplicateScope,
resultOutputMode: this.resultOutputMode,
resultOutputMode: this._resultOutputMode,
glossaryLayoutMode: this._glossaryLayoutMode,
compactTags: this._compactTags,
mediaOptions: {