deps: update OpenTUI to 0.4.2 (#33610)

This commit is contained in:
Simon Klee 2026-06-24 09:22:24 +02:00 committed by GitHub
commit 8cc79f7432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 29 additions and 31 deletions

View file

@ -83,7 +83,7 @@ export function DialogPrompt(props: DialogPromptProps) {
</text>
</box>
<box gap={1}>
{props.description}
{props.description?.()}
<textarea
height={3}
ref={(val: TextareaRenderable) => {