Skip to content

Commit f3f60fc

Browse files
author
tamat
committed
merge
1 parent d082927 commit f3f60fc

6 files changed

Lines changed: 492 additions & 486 deletions

File tree

build/litegraph.core.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7473,7 +7473,9 @@ LGraphNode.prototype.executeAction = function(action)
74737473
* @method adjustMouseEvent
74747474
**/
74757475
LGraphCanvas.prototype.adjustMouseEvent = function(e) {
7476-
7476+
var clientX_rel = 0;
7477+
var clientY_rel = 0;
7478+
74777479
if (this.canvas) {
74787480
var b = this.canvas.getBoundingClientRect();
74797481
clientX_rel = e.clientX - b.left;

build/litegraph.core.min.js

Lines changed: 161 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/litegraph.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7473,7 +7473,9 @@ LGraphNode.prototype.executeAction = function(action)
74737473
* @method adjustMouseEvent
74747474
**/
74757475
LGraphCanvas.prototype.adjustMouseEvent = function(e) {
7476-
7476+
var clientX_rel = 0;
7477+
var clientY_rel = 0;
7478+
74777479
if (this.canvas) {
74787480
var b = this.canvas.getBoundingClientRect();
74797481
clientX_rel = e.clientX - b.left;

build/litegraph.min.js

Lines changed: 161 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/litegraph_mini.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7473,7 +7473,9 @@ LGraphNode.prototype.executeAction = function(action)
74737473
* @method adjustMouseEvent
74747474
**/
74757475
LGraphCanvas.prototype.adjustMouseEvent = function(e) {
7476-
7476+
var clientX_rel = 0;
7477+
var clientY_rel = 0;
7478+
74777479
if (this.canvas) {
74787480
var b = this.canvas.getBoundingClientRect();
74797481
clientX_rel = e.clientX - b.left;

0 commit comments

Comments
 (0)