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:
bymyself
2026-03-14 20:21:38 -07:00
parent e34548724d
commit 485c3fa720

View File

@@ -108,7 +108,7 @@ app.registerExtension({
'waiting for camera...',
'capture',
capture,
{ canvasOnly: true }
{}
)
btn.disabled = true
btn.serializeValue = () => undefined