mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 17:37:46 +00:00
Add textarea widget spell check setting (#627)
This commit is contained in:
@@ -291,8 +291,7 @@ const zStringInputSpec = inputSpec([
|
||||
|
||||
// Multiline-only fields
|
||||
defaultVal: z.string().optional(),
|
||||
placeholder: z.string().optional(),
|
||||
spellcheck: z.boolean().optional()
|
||||
placeholder: z.string().optional()
|
||||
})
|
||||
])
|
||||
|
||||
@@ -448,6 +447,7 @@ const zSettings = z.record(z.any()).and(
|
||||
'Comfy.SwitchUser': z.any(),
|
||||
'Comfy.SnapToGrid.GridSize': z.number(),
|
||||
'Comfy.TextareaWidget.FontSize': z.number(),
|
||||
'Comfy.TextareaWidget.Spellcheck': z.boolean(),
|
||||
'Comfy.UseNewMenu': z.any(),
|
||||
'Comfy.Validation.Workflows': z.boolean(),
|
||||
'Comfy.Workflow.SortNodeIdOnSave': z.boolean()
|
||||
|
||||
Reference in New Issue
Block a user