Skip to content

Commit

Permalink
exclude inflection
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 24, 2024
1 parent 9ed80f6 commit d4a62a4
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 {
if (!scanningOptions.enableOnPopupExpressions) {
excludeSelectors.push('.source-text', '.source-text *');
}
touchEventExcludeSelectors.push('.gloss-link', '.gloss-link *', '.tag', '.tag *');
touchEventExcludeSelectors.push('.gloss-link', '.gloss-link *', '.tag', '.tag *', '.inflection');
this._textScanner.excludeSelector = excludeSelectors.join(',');
}
this._textScanner.touchEventExcludeSelector = touchEventExcludeSelectors.join(',');
Expand Down

0 comments on commit d4a62a4

Please sign in to comment.