Skip to content

Commit 919007f

Browse files
author
tamat
committed
fixes
1 parent 2401cec commit 919007f

7 files changed

Lines changed: 139 additions & 139 deletions

File tree

build/litegraph.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11212,8 +11212,8 @@ LGraphNode.prototype.executeAction = function(action)
1121211212

1121311213
dialog.close = function() {
1121411214
that.search_box = null;
11215-
//root_document.body.focus();
1121611215
this.blur();
11216+
canvas.focus();
1121711217
root_document.body.style.overflow = "";
1121811218

1121911219
setTimeout(function() {

build/litegraph.core.min.js

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

build/litegraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11212,8 +11212,8 @@ LGraphNode.prototype.executeAction = function(action)
1121211212

1121311213
dialog.close = function() {
1121411214
that.search_box = null;
11215-
//root_document.body.focus();
1121611215
this.blur();
11216+
canvas.focus();
1121711217
root_document.body.style.overflow = "";
1121811218

1121911219
setTimeout(function() {

build/litegraph.min.js

Lines changed: 7 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11212,8 +11212,8 @@ LGraphNode.prototype.executeAction = function(action)
1121211212

1121311213
dialog.close = function() {
1121411214
that.search_box = null;
11215-
//root_document.body.focus();
1121611215
this.blur();
11216+
canvas.focus();
1121711217
root_document.body.style.overflow = "";
1121811218

1121911219
setTimeout(function() {

build/litegraph_mini.min.js

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

src/litegraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11210,8 +11210,8 @@ LGraphNode.prototype.executeAction = function(action)
1121011210

1121111211
dialog.close = function() {
1121211212
that.search_box = null;
11213-
//root_document.body.focus();
1121411213
this.blur();
11214+
canvas.focus();
1121511215
root_document.body.style.overflow = "";
1121611216

1121711217
setTimeout(function() {

0 commit comments

Comments
 (0)