aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/bg/js/yomichan.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index 92ed8a27..19c66186 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -188,7 +188,7 @@ class Yomichan {
}
formatNote(definition, mode) {
- const note = {fields: {}, tags: []};
+ const note = {fields: {}, tags: this.options.ankiCardTags};
let fields = [];
if (mode === 'kanji') {