Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tamat committed Nov 16, 2021
1 parent d082927 commit f3f60fc
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 486 deletions.
4 changes: 3 additions & 1 deletion build/litegraph.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -7473,7 +7473,9 @@ LGraphNode.prototype.executeAction = function(action)
* @method adjustMouseEvent
**/
LGraphCanvas.prototype.adjustMouseEvent = function(e) {

var clientX_rel = 0;
var clientY_rel = 0;

if (this.canvas) {
var b = this.canvas.getBoundingClientRect();
clientX_rel = e.clientX - b.left;
Expand Down
322 changes: 161 additions & 161 deletions build/litegraph.core.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion build/litegraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -7473,7 +7473,9 @@ LGraphNode.prototype.executeAction = function(action)
* @method adjustMouseEvent
**/
LGraphCanvas.prototype.adjustMouseEvent = function(e) {

var clientX_rel = 0;
var clientY_rel = 0;

if (this.canvas) {
var b = this.canvas.getBoundingClientRect();
clientX_rel = e.clientX - b.left;
Expand Down
322 changes: 161 additions & 161 deletions build/litegraph.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion build/litegraph_mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -7473,7 +7473,9 @@ LGraphNode.prototype.executeAction = function(action)
* @method adjustMouseEvent
**/
LGraphCanvas.prototype.adjustMouseEvent = function(e) {

var clientX_rel = 0;
var clientY_rel = 0;

if (this.canvas) {
var b = this.canvas.getBoundingClientRect();
clientX_rel = e.clientX - b.left;
Expand Down
Loading

0 comments on commit f3f60fc

Please sign in to comment.