Skip to content

Commit e21b973

Browse files
committed
v12.8.0
1 parent 1eb849b commit e21b973

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "12.7.0",
3+
"version": "12.8.0",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/12.8.0/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GleapProductTours.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ export default class GleapProductTours {
9696
tourId: self.productTourId
9797
});
9898
}
99+
} else {
100+
gleapTourObj.destroy();
99101
}
100102
},
101103
onPopoverRender: (popoverElement) => {

0 commit comments

Comments
 (0)