mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +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.title = "Script";
|
||||||
NodeScript.desc = "executes a code (max 100 characters)";
|
NodeScript.desc = "executes a code (max 256 characters)";
|
||||||
|
|
||||||
NodeScript.widgets_info = {
|
NodeScript.widgets_info = {
|
||||||
onExecute: { type: "code" }
|
onExecute: { type: "code" }
|
||||||
|
|||||||
Reference in New Issue
Block a user