Skip to content

Commit

Permalink
Merge pull request #467 from d-i-t-a/develop
Browse files Browse the repository at this point in the history
2.3.7
  • Loading branch information
aferditamuriqi authored Jun 24, 2023
2 parents 4fdc934 + 333d072 commit 3219895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.3.6",
"version": "2.3.7",
"description": "A viewer application for EPUB files.",
"repository": "https://github.com/d-i-t-a/R2D2BC",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions src/modules/highlight/TextHighlighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ export class TextHighlighter {
window.addEventListener("resize", this.toolboxPlacement.bind(this));
}
doc.addEventListener("selectionchange", this.toolboxPlacement.bind(this));
doc.addEventListener("selectionchange", this.toolboxShowDelayed.bind(this));

el.addEventListener("mousedown", this.toolboxHide.bind(this));
el.addEventListener("touchstart", this.toolboxHide.bind(this));
Expand Down

0 comments on commit 3219895

Please sign in to comment.