Skip to content

Commit

Permalink
chore: update to 84375b0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot committed Nov 2, 2023
1 parent 93a9309 commit 1a201a3
Show file tree
Hide file tree
Showing 31 changed files with 116 additions and 212 deletions.
24 changes: 12 additions & 12 deletions dist/esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Create interactive, animated 3d graphs. Surfaces, lines, dots and block styling out of the box.
*
* @version 0.0.0-no-version
* @date 2023-11-01T16:04:01.758Z
* @date 2023-11-02T13:57:48.168Z
*
* @copyright (c) 2011-2017 Almende B.V, http://almende.com
* @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs
Expand Down Expand Up @@ -17760,8 +17760,8 @@ Slider.prototype._onMouseDown = function (event) {
this.onmouseup = function (event) {
me._onMouseUp(event);
};
addEventListener(document, "mousemove", this.onmousemove);
addEventListener(document, "mouseup", this.onmouseup);
document.addEventListener("mousemove", this.onmousemove);
document.addEventListener("mouseup", this.onmouseup);
preventDefault(event);
};
Slider.prototype.leftToIndex = function (left) {
Expand Down Expand Up @@ -20176,11 +20176,11 @@ Graph3d$1.prototype.create = function () {
};
// TODO: these events are never cleaned up... can give a 'memory leakage'

addEventListener(this.frame.canvas, "mousedown", onmousedown);
addEventListener(this.frame.canvas, "touchstart", ontouchstart);
addEventListener(this.frame.canvas, "mousewheel", onmousewheel);
addEventListener(this.frame.canvas, "mousemove", ontooltip);
addEventListener(this.frame.canvas, "click", onclick);
this.frame.canvas.addEventListener("mousedown", onmousedown);
this.frame.canvas.addEventListener("touchstart", ontouchstart);
this.frame.canvas.addEventListener("mousewheel", onmousewheel);
this.frame.canvas.addEventListener("mousemove", ontooltip);
this.frame.canvas.addEventListener("click", onclick);

// add the new graph to the container element
this.containerElement.appendChild(this.frame);
Expand Down Expand Up @@ -21528,8 +21528,8 @@ Graph3d$1.prototype._onMouseDown = function (event) {
this.onmouseup = function (event) {
me._onMouseUp(event);
};
addEventListener(document, "mousemove", me.onmousemove);
addEventListener(document, "mouseup", me.onmouseup);
document.addEventListener("mousemove", me.onmousemove);
document.addEventListener("mouseup", me.onmouseup);
preventDefault(event);
};

Expand Down Expand Up @@ -21688,8 +21688,8 @@ Graph3d$1.prototype._onTouchStart = function (event) {
this.ontouchend = function (event) {
me._onTouchEnd(event);
};
addEventListener(document, "touchmove", me.ontouchmove);
addEventListener(document, "touchend", me.ontouchend);
document.addEventListener("touchmove", me.ontouchmove);
document.addEventListener("touchend", me.ontouchend);
this._onMouseDown(event);
};

Expand Down
2 changes: 1 addition & 1 deletion dist/esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vis-graph3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-graph3d.min.js.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions esnext/esm/vis-graph3d.js

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

2 changes: 1 addition & 1 deletion esnext/esm/vis-graph3d.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esnext/esm/vis-graph3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esnext/esm/vis-graph3d.min.js.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions esnext/umd/vis-graph3d.js

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

2 changes: 1 addition & 1 deletion esnext/umd/vis-graph3d.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions esnext/umd/vis-graph3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esnext/umd/vis-graph3d.min.js.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 12 additions & 36 deletions peer/esm/vis-graph3d.js

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

2 changes: 1 addition & 1 deletion peer/esm/vis-graph3d.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions peer/esm/vis-graph3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/esm/vis-graph3d.min.js.map

Large diffs are not rendered by default.

48 changes: 12 additions & 36 deletions peer/umd/vis-graph3d.js

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

2 changes: 1 addition & 1 deletion peer/umd/vis-graph3d.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions peer/umd/vis-graph3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion peer/umd/vis-graph3d.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1a201a3

Please sign in to comment.