Skip to content

Commit

Permalink
Merge pull request #410 from d-i-t-a/develop
Browse files Browse the repository at this point in the history
2.1.4
  • Loading branch information
aferditamuriqi authored Dec 7, 2022
2 parents 5e3f7b3 + 1d5279d commit 782f9b9
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-i-t-a/reader",
"version": "2.1.3",
"version": "2.1.4",
"description": "A viewer application for EPUB files.",
"repository": "https://github.com/d-i-t-a/R2D2BC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/highlight/TextHighlighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ let NODE_TYPE = {
TEXT_NODE: 3,
};

const _blacklistIdClassForCssSelectors = [
export const _blacklistIdClassForCssSelectors = [
HighlightContainer.R2_ID_HIGHLIGHTS_CONTAINER,
HighlightContainer.R2_ID_PAGEBREAK_CONTAINER,
HighlightContainer.R2_ID_SEARCH_CONTAINER,
Expand Down
Loading

0 comments on commit 782f9b9

Please sign in to comment.