fix in searchbox retenting the focus

This commit is contained in:
tamat
2021-11-25 16:49:22 +01:00
parent af19af2c51
commit 2401cec699
7 changed files with 106 additions and 102 deletions

View File

@@ -11210,7 +11210,8 @@ LGraphNode.prototype.executeAction = function(action)
dialog.close = function() {
that.search_box = null;
root_document.body.focus();
//root_document.body.focus();
this.blur();
root_document.body.style.overflow = "";
setTimeout(function() {