From 08270dff4ba24ad60455dd2c97cdc2df5e4f1e7a Mon Sep 17 00:00:00 2001 From: Khai Truong Date: Thu, 17 Oct 2024 13:08:32 +0700 Subject: [PATCH] fix wrong selector --- ext/js/app/frontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/js/app/frontend.js b/ext/js/app/frontend.js index ff6dc5f222..830f50fd14 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.js @@ -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();