Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamat committed Dec 2, 2021
1 parent 2401cec commit 919007f
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion build/litegraph.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11212,8 +11212,8 @@ LGraphNode.prototype.executeAction = function(action)

dialog.close = function() {
that.search_box = null;
//root_document.body.focus();
this.blur();
canvas.focus();
root_document.body.style.overflow = "";

setTimeout(function() {
Expand Down
250 changes: 125 additions & 125 deletions build/litegraph.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/litegraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -11212,8 +11212,8 @@ LGraphNode.prototype.executeAction = function(action)

dialog.close = function() {
that.search_box = null;
//root_document.body.focus();
this.blur();
canvas.focus();
root_document.body.style.overflow = "";

setTimeout(function() {
Expand Down
14 changes: 7 additions & 7 deletions build/litegraph.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/litegraph_mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -11212,8 +11212,8 @@ LGraphNode.prototype.executeAction = function(action)

dialog.close = function() {
that.search_box = null;
//root_document.body.focus();
this.blur();
canvas.focus();
root_document.body.style.overflow = "";

setTimeout(function() {
Expand Down
6 changes: 3 additions & 3 deletions build/litegraph_mini.min.js

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

2 changes: 1 addition & 1 deletion src/litegraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -11210,8 +11210,8 @@ LGraphNode.prototype.executeAction = function(action)

dialog.close = function() {
that.search_box = null;
//root_document.body.focus();
this.blur();
canvas.focus();
root_document.body.style.overflow = "";

setTimeout(function() {
Expand Down

0 comments on commit 919007f

Please sign in to comment.