Skip to content

Commit

Permalink
v6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jan 30, 2022
1 parent cac78ba commit b97b0cc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demo/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const Gleap = window.Gleap;

Gleap.setApiUrl("http://localhost:9000");
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "6.7.1",
"version": "6.7.2",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/6.7.2/appwidget.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions published/6.7.2/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions published/6.7.2/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/MarkerManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export default class MarkerManager {
bugReportingEditor.innerHTML = `
<div class="bb-capture-editor-borderlayer"></div>
<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>
<div class="bb-capture-mousetool"></div>
<div class="bb-capture-dismiss">${loadIcon("dismiss")}</div>
<div class='bb-capture-editor-drag-info'>${loadIcon("pen")}</div>
<div class="bb-capture-toolbar">
Expand Down Expand Up @@ -443,8 +442,8 @@ export default class MarkerManager {
toolbarItem.classList.add("bb-capture-toolbar-item--active");
self.screenDrawer.setTool(type);

self.dragCursor.innerHTML = "";
if (type === "pointer") {
self.dragCursor.innerHTML = "";
captureSVG.style.pointerEvents = "none";
} else {
captureSVG.style.pointerEvents = "auto";
Expand Down

0 comments on commit b97b0cc

Please sign in to comment.