kimi-code/.changeset/fix-sidebar-collapse-single-root.md
qer ce41f4b58d
fix(web): keep Sidebar single-root so collapse hides it (#1406)
A top-level Teleport in the sidebar template made the component multi-root, so v-show could not apply display:none and the collapsed sidebar stayed mounted at the rail width, squeezing the conversation. Move the teleport inside the aside so the sidebar is single-root again.
2026-07-06 12:39:58 +08:00

122 B

@moonshot-ai/kimi-code
patch

web: Fix the collapsed sidebar not hiding and squeezing the conversation layout.