Skip to content

Commit d4e2f17

Browse files
committed
v8.2.4
1 parent 33d3d8f commit d4e2f17

File tree

7 files changed

+9
-20
lines changed

7 files changed

+9
-20
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: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
const Gleap = window.Gleap;
22

3-
Gleap.preFillForm({
4-
"description": "This is a pre-fill test.",
5-
"userId": "1233"
6-
});
7-
8-
//Gleap.setFrameUrl("http://0.0.0.0:3001");
9-
//Gleap.setApiUrl("http://0.0.0.0:9000");
10-
Gleap.initialize("KProDXhMS0V3UUku2iNnrZ4XsBnAYzxt");
3+
Gleap.setFrameUrl("http://0.0.0.0:3001");
4+
Gleap.setApiUrl("http://0.0.0.0:9000");
5+
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
116
//Gleap.setEnvironment("dev");
127

13-
14-
Gleap.identify("user_1933333283", {
15-
name: "Luki",
16-
email: "lukas@gleap.io",
17-
value: 199
18-
});
19-
208
Gleap.attachCustomData({
219
mission: "Unicorn",
2210
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": "8.2.3",
3+
"version": "8.2.4",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/8.2.4/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/GleapFrameManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class GleapFrameManager {
7272
}
7373

7474
isOpened() {
75-
return this.widgetOpened;
75+
return this.widgetOpened || this.markerManager != null;
7676
}
7777

7878
autoWhiteListCookieManager = () => {

src/UI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const injectStyledCSS = (
152152
}
153153
154154
.gleap-frame-container--survey-full .gleap-frame-container-inner {
155-
max-width: 500px !important;
155+
max-width: 540px !important;
156156
width: calc(100% - 24px);
157157
border-radius: ${borderRadius}px;
158158
overflow: hidden;

0 commit comments

Comments
 (0)