mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
fix: show webcam capture button in Vue renderer
The capture button was added with canvasOnly: true, which prevented WidgetButton.vue from rendering it in the Vue node renderer. Remove the flag so the button appears in both renderers.
This commit is contained in:
@@ -108,7 +108,7 @@ app.registerExtension({
|
||||
'waiting for camera...',
|
||||
'capture',
|
||||
capture,
|
||||
{ canvasOnly: true }
|
||||
{}
|
||||
)
|
||||
btn.disabled = true
|
||||
btn.serializeValue = () => undefined
|
||||
|
||||
Reference in New Issue
Block a user