Skip to content

Commit 22b7f48

Browse files
committed
v14.4.2
1 parent 574351d commit 22b7f48

File tree

8 files changed

+12
-13
lines changed

8 files changed

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

published/14.4.2/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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,6 @@ export default class GleapCopilotTours {
760760
this.audioMuted = !supported;
761761
this.setupCopilotTour();
762762

763-
console.log(this.audioMuted, config);
764-
765763
if (this.audioMuted && config?.showUnmuteModal) {
766764
this.showAudioUnmuteModal();
767765
} else {

src/GleapSession.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ export default class GleapSession {
201201
}
202202

203203
if (sessionChanged) {
204-
// Clear cache first, as the session context has changed.
205-
ChecklistNetworkManager.getInstance().clearCache();
206-
207-
// Initially track.
208-
GleapStreamedEvent.getInstance().restart();
209-
210204
// Load tooltips.
211205
setTimeout(() => {
206+
// Clear cache first, as the session context has changed.
207+
ChecklistNetworkManager.getInstance().clearCache();
208+
209+
// Initially track.
210+
GleapStreamedEvent.getInstance().restart();
211+
212212
const tooltipManager = GleapTooltipManager.getInstance();
213213
if (tooltipManager) {
214214
try {

src/UI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export const injectStyledCSS = (
10011001
position: absolute;
10021002
top: -5px;
10031003
right: -5px;
1004-
min-width: 20px;
1004+
min-width: 12px;
10051005
padding: 0px 4px;
10061006
height: 20px;
10071007
border-radius: 20px;

0 commit comments

Comments
 (0)