Skip to content

Commit

Permalink
Merge branch 'search-reading' of https://github.com/khaitruong922/yom…
Browse files Browse the repository at this point in the history
…itan into search-reading
  • Loading branch information
khaitruong922 committed Oct 17, 2024
2 parents 2d9609b + 1fa806c commit 1dd2ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/app/frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export class Frontend {
excludeSelectors.push('.source-text', '.source-text *');
}
this._textScanner.excludeSelector = excludeSelectors.join(',');
this._textScanner.touchEventExcludeSelector = 'gloss-link, gloss-link *, tag, tag *, inflection';
this._textScanner.touchEventExcludeSelector = '.gloss-link, .gloss-link *, .tag, .tag *, .inflection';
}

this._updateContentScale();
Expand Down

0 comments on commit 1dd2ca0

Please sign in to comment.