better scroll in searchbox

This commit is contained in:
tamat
2019-11-13 16:02:07 +01:00
parent 514000aa81
commit 82c0ef837c
3 changed files with 32 additions and 32 deletions

View File

@@ -9284,7 +9284,7 @@ LGraphNode.prototype.executeAction = function(action)
return;
}
selected.classList.add("selected");
selected.scrollIntoView();
selected.scrollIntoView({block: "end", behaviour: "smooth"});
}
function refreshHelper() {