Skip to content

Commit 6df376c

Browse files
committed
cleanup copilot tourId
1 parent aa992e6 commit 6df376c

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

build/cjs/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.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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": "14.6.14",
3+
"version": "14.6.15",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.6.15/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/GleapCopilotTours.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ export default class GleapCopilotTours {
355355
if (styleNode) styleNode.remove();
356356
document.body.classList.remove("gl-copilot-fade-out");
357357
}, 800);
358+
359+
this.productTourId = undefined;
360+
this.productTourData = undefined;
361+
358362
this.removeScrollListeners();
359363
}
360364

0 commit comments

Comments
 (0)