[Bug] Fix overwriting of hideOnZoom widget option (#2978)

This commit is contained in:
Chenlei Hu
2025-03-11 09:57:57 -04:00
committed by GitHub
parent a90b6519b5
commit db6a25a092

View File

@@ -181,8 +181,8 @@ LGraphNode.prototype.addDOMWidget = function <
type,
element,
options: {
...options,
hideOnZoom: true
hideOnZoom: true,
...options
}
})
)