Skip to content

Commit

Permalink
v12.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Nov 16, 2023
1 parent 1eb849b commit e21b973
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "12.7.0",
"version": "12.8.0",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/12.8.0/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/GleapProductTours.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ export default class GleapProductTours {
tourId: self.productTourId
});
}
} else {
gleapTourObj.destroy();
}
},
onPopoverRender: (popoverElement) => {
Expand Down

0 comments on commit e21b973

Please sign in to comment.