fix(tui): prevent duplicate renderable IDs (#32110)
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user