Remove the mouseover tags that are shown in merge mode (#1644)
This commit is contained in:
parent
919c59a776
commit
8ee470caa0
@ -262,7 +262,6 @@ class DisplayGenerator {
|
||||
this._setTextContent(node.querySelector('.headword-reading'), reading);
|
||||
|
||||
this._appendFurigana(termContainer, term, reading, this._appendKanjiLinks.bind(this));
|
||||
this._appendMultiple(tagContainer, this._createTag.bind(this), tags);
|
||||
this._appendMultiple(tagContainer, this._createSearchTag.bind(this), searchQueries);
|
||||
|
||||
return node;
|
||||
|
Loading…
Reference in New Issue
Block a user