Context
vitejs/devtools#522 ("fix(core): prevent edge dock panel from scrolling its toolbar out of view") by @SaKaNa-Y fixed unintended scrolling of the edge dock panel's toolbar when opening the Vite/Rolldown Modules Graph view. It touched packages/core/src/client/webcomponents/components/dock/DockEdge.vue (plus the generated CSS) in vitejs/devtools, which moved here as part of the v0.9 migration — the equivalent file today is packages/hub-ui/src/client/components/dock/DockEdge.vue.
Original PR description
Fixed the issue where opening the Vite / Rolldown Modules Graph Graph view could cause unintended scrolling of the edge dock panel.
Diff: https://github.com/vitejs/devtools/pull/522/files
For agents picking this up
Context
vitejs/devtools#522 ("fix(core): prevent edge dock panel from scrolling its toolbar out of view") by @SaKaNa-Y fixed unintended scrolling of the edge dock panel's toolbar when opening the Vite/Rolldown Modules Graph view. It touched
packages/core/src/client/webcomponents/components/dock/DockEdge.vue(plus the generated CSS) in vitejs/devtools, which moved here as part of the v0.9 migration — the equivalent file today ispackages/hub-ui/src/client/components/dock/DockEdge.vue.Original PR description
Diff: https://github.com/vitejs/devtools/pull/522/files
For agents picking this up
packages/hub-ui/src/client/components/dock/DockEdge.vuehere and re-implement the same fix, adapting to whatever has shifted since the fork.Co-authored-by: SaKaNa-Y <...>trailer (look up their GitHub noreply email, or omit if unavailable) and mention them in the PR description.