Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/rec_dict_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMartinDev authored Oct 18, 2024
2 parents 542f0f8 + 51f17d0 commit 5057175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion ext/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div id="no-dictionaries" hidden>
<div class="entry">
<p>No dictionaries have been installed or enabled yet.</p>
<p><a href="/settings.html#!dictionaries" target="_blank">Go to Dictionaries settings.</a></p>
<p><a href="/settings.html#!dictionaries" target="_top">Go to Dictionaries settings.</a></p>
</div>
</div>
<div id="error-extension-unloaded" hidden>
Expand Down

0 comments on commit 5057175

Please sign in to comment.