fix(tui): prevent duplicate renderable IDs (#32110)

This commit is contained in:
Sebastian
2026-06-13 00:51:32 +02:00
committed by GitHub
parent cf2d1dd3e9
commit fff0ec294c
15 changed files with 98 additions and 95 deletions
@@ -322,7 +322,6 @@ export function entryWriter(input: {
export function spacerWriter(): ScrollbackWriter {
return (ctx: ScrollbackRenderContext) => ({
root: new TextRenderable(ctx.renderContext, {
id: "run-scrollback-spacer",
width: Math.max(1, Math.trunc(ctx.width)),
height: 1,
content: "",