Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khaitruong922 committed Sep 24, 2024
1 parent a40ac19 commit 6d841f6
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 @@ -518,7 +518,7 @@ export class Frontend {
});
this._updateTextScannerEnabled();

const touchEventExcludeSelectors = ['a', 'a *']
const touchEventExcludeSelectors = ['a', 'a *'];
if (this._pageType !== 'web') {
const excludeSelectors = ['.scan-disable', '.scan-disable *'];
if (!scanningOptions.enableOnPopupExpressions) {
Expand Down

0 comments on commit 6d841f6

Please sign in to comment.