ag-ui-protocol / ag-ui-protocol/ag-ui

fix(dojo): make mobile chat drag-to-close reachable

Aberta
#2,471 1 comentário 0 reações 0 responsáveis Ver no GitHub
bug
Linguagem predominante
Python
Estrelas
15.9k
Forks
1.4k
Merge médio
1d 17h
PRs com merge (30d)
163

Descrição

## Problem

`useMobileChat` clamps `chatHeight` to 50–100%, then closes on mouseup only when `chatHeight < 50`. Because the stored height never falls below 50, the close-and-reset branch is unreachable and dragging downward cannot close the mobile chat.

## Expected behavior

Dragging below the close threshold closes the mobile chat and resets it to `defaultChatHeight`, while the rendered panel remains constrained to its intended height range.

## Verification

Add focused coverage for the close threshold and reset behavior.

Discovered while reviewing #2460; this is pre-existing and separate from that PR's lint-only scope.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.