Skip to content

Commit

Permalink
Fix setBubble - add, 4th parameter
Browse files Browse the repository at this point in the history
 - Check with Timo Boer, whether this is the correct fix, but it appears so
  • Loading branch information
torinfo committed Aug 4, 2024
1 parent a4e1064 commit 3ebaba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
document.addEventListener('click', outsideClickListener);
}

function setBubble(hsInfo, hsShape, _this) {
function setBubble(hsInfo, hsShape, _this, thisTmp) {
debugger
$hotspot_bubble = $("#hotspot_bubble");

Expand Down

0 comments on commit 3ebaba8

Please sign in to comment.