fix(ui): prevent tooltip fade when forceOpen is true

This commit is contained in:
David Hill
2026-01-24 22:29:38 +00:00
parent 3d956c5f7e
commit fba77a364c
3 changed files with 3 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ export function TextField(props: TextFieldProps) {
placement="top"
gutter={4}
forceOpen={copied()}
skipDelayDuration={0}
>
<IconButton
type="button"