You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(emoji): grey out the backspace button when there is nothing to delete
EmojiPickerPanel gains backspaceActionAvailable, which the host toggles
independently of backspaceEnabled (which only controls whether the
button shows at all). MessageInputFragment now keeps it in sync with
whether the message input actually has text, since the panel itself
has no knowledge of the host's text field content.
Assisted-by: Claude Code:claude-sonnet-5
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
0 commit comments