Skip to content

fix: hide internal widgets in Nodes 2.0 (vueNodes)#136

Open
jtydhr88 wants to merge 1 commit into
PozzettiAndrea:mainfrom
jtydhr88:fix/vue-nodes-hidden-widgets
Open

fix: hide internal widgets in Nodes 2.0 (vueNodes)#136
jtydhr88 wants to merge 1 commit into
PozzettiAndrea:mainfrom
jtydhr88:fix/vue-nodes-hidden-widgets

Conversation

@jtydhr88
Copy link
Copy Markdown

@jtydhr88 jtydhr88 commented May 18, 2026

hideWidgetForGood relied on widget.type = "converted-widget" and the top-level widget.hidden flag, which the legacy LiteGraph canvas renderer honors.
image

The new Vue-based node renderer reads hidden from widget.options.hidden, so these internal storage widgets (points_store, coordinates, bboxes, multi_region_store, etc.) became visible to users on Nodes 2.0. Also set widget.options.hidden = true so both renderers hide them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant