Skip to content

Commit

Permalink
Fix issue when clicking overlays in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Apr 13, 2021
1 parent bf481d1 commit 9613d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ RenderOSD.prototype = {
$(div).css('cursor', 'pointer');
},
clickHandler: (function(event) {
const [s, w] = el.split('-').slice(2);
const [s, w] = el.split('-').slice(-3,-1);
event.preventDefaultAction = false;
HS.s = s;
HS.w = w;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "webpack --mode production"
},
"name": "minerva-browser",
"version": "2.15.2",
"version": "2.15.3",
"description": "A storytelling interface atop openseadragon",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 9613d0d

Please sign in to comment.