mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 14:09:59 +00:00
added setValue to some nodes
This commit is contained in:
@@ -318,6 +318,7 @@ Editor.prototype.onDropItem = function(e)
|
||||
//shows the left side panel with the node info
|
||||
Editor.prototype.onShowNodePanel = function(node)
|
||||
{
|
||||
window.SELECTED_NODE = node;
|
||||
var panel = document.querySelector("#node-panel");
|
||||
if(panel)
|
||||
panel.close();
|
||||
|
||||
Reference in New Issue
Block a user