mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 23:50:08 +00:00
add hideOnZoom to vue widgets
This commit is contained in:
@@ -241,7 +241,8 @@ export class ComponentWidgetImpl<
|
||||
}) {
|
||||
super({
|
||||
...obj,
|
||||
type: 'custom'
|
||||
type: 'custom',
|
||||
options: { hideOnZoom: true, ...obj.options }
|
||||
})
|
||||
this.component = obj.component
|
||||
this.inputSpec = obj.inputSpec
|
||||
|
||||
Reference in New Issue
Block a user