Skip to content

Commit b97b0cc

Browse files
committed
v6.7.2
1 parent cac78ba commit b97b0cc

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
const Gleap = window.Gleap;
22

3+
Gleap.setApiUrl("http://localhost:9000");
34
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");

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

published/6.7.2/appwidget.min.css

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/6.7.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/6.7.2/index.min.css

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/MarkerManager.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ export default class MarkerManager {
171171
bugReportingEditor.innerHTML = `
172172
<div class="bb-capture-editor-borderlayer"></div>
173173
<svg class="bb-capture-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" xml:space="preserve"></svg>
174-
<div class="bb-capture-mousetool"></div>
175174
<div class="bb-capture-dismiss">${loadIcon("dismiss")}</div>
176175
<div class='bb-capture-editor-drag-info'>${loadIcon("pen")}</div>
177176
<div class="bb-capture-toolbar">
@@ -443,8 +442,8 @@ export default class MarkerManager {
443442
toolbarItem.classList.add("bb-capture-toolbar-item--active");
444443
self.screenDrawer.setTool(type);
445444

445+
self.dragCursor.innerHTML = "";
446446
if (type === "pointer") {
447-
self.dragCursor.innerHTML = "";
448447
captureSVG.style.pointerEvents = "none";
449448
} else {
450449
captureSVG.style.pointerEvents = "auto";

0 commit comments

Comments
 (0)