[backport core/1.42] fix: show webcam capture button in Vue renderer (#10143)

Backport of #9936 to `core/1.42`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10143-backport-core-1-42-fix-show-webcam-capture-button-in-Vue-renderer-3266d73d365081848b92d4b283182e19)
by [Unito](https://www.unito.io)

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-03-17 17:23:57 +09:00
committed by GitHub
parent 0c44129bb4
commit 608ca657c4

View File

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