mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
[Bug] Fix overwriting of hideOnZoom widget option (#2978)
This commit is contained in:
@@ -181,8 +181,8 @@ LGraphNode.prototype.addDOMWidget = function <
|
||||
type,
|
||||
element,
|
||||
options: {
|
||||
...options,
|
||||
hideOnZoom: true
|
||||
hideOnZoom: true,
|
||||
...options
|
||||
}
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user