Remove the mouseover tags that are shown in merge mode (#1644)

This commit is contained in:
toasted-nutbread 2021-05-01 11:41:10 -04:00 committed by GitHub
parent 919c59a776
commit 8ee470caa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;