mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 05:00:03 +00:00
better scroll in searchbox
This commit is contained in:
@@ -9284,7 +9284,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
return;
|
||||
}
|
||||
selected.classList.add("selected");
|
||||
selected.scrollIntoView();
|
||||
selected.scrollIntoView({block: "end", behaviour: "smooth"});
|
||||
}
|
||||
|
||||
function refreshHelper() {
|
||||
|
||||
Reference in New Issue
Block a user