Skip to content

Commit c341025

Browse files
committed
v7.0.22
1 parent e8b3dd4 commit c341025

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
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.

demo/main.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ Gleap.preFillForm({
55
"userId": "1233"
66
});
77

8-
// Gleap.setApiUrl("http://localhost:9000");
8+
//Gleap.setApiUrl("http://localhost:9000");
99
// Gleap.setLanguage("en");
10-
// Gleap.setFrameUrl("http://localhost:3001");
10+
Gleap.setFrameUrl("http://localhost:3000");
1111
Gleap.initialize("MMxTvMklWdr6pgZzA3hJk9K0IvOsIT2A");
1212

13+
Gleap.identify("user_19283", {
14+
name: "Franz AB",
15+
});
16+
1317
Gleap.attachCustomData({
1418
mission: "Unicorn",
1519
type: "Demo App",

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": "7.0.21",
3+
"version": "7.0.22",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/7.0.22/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/UI.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const injectStyledCSS = (
7373
animation-fill-mode: both;
7474
animation-name: gleapFadeInUp;
7575
user-select: none;
76+
pointer-events: none;
7677
}
7778
7879
[dir=rtl].gleap-frame-container {
@@ -118,6 +119,7 @@ export const injectStyledCSS = (
118119
119120
.gleap-frame-container--animate {
120121
transition: max-height 0.3s ease-in;
122+
pointer-events: auto !important;
121123
}
122124
123125
@keyframes gleapFadeInUp {

0 commit comments

Comments
 (0)