mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 14:54:37 +00:00
Fix NodeScript description
Change the description of NodeScript nodes to contain the correct number of allowed characters.
This commit is contained in:
@@ -1480,7 +1480,7 @@
|
||||
};
|
||||
|
||||
NodeScript.title = "Script";
|
||||
NodeScript.desc = "executes a code (max 100 characters)";
|
||||
NodeScript.desc = "executes a code (max 256 characters)";
|
||||
|
||||
NodeScript.widgets_info = {
|
||||
onExecute: { type: "code" }
|
||||
|
||||
Reference in New Issue
Block a user