mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
bfe80a25e2
Fixed the issue where arrow up/down keys weren't working when the ActionPopover was open after typing '/'. The problem was in the synthetic event creation in RichChatInput's handleTextareaKeyDown function. Changes: - Properly preserve all keyboard event properties (key, code, keyCode, etc.) - Bind event methods correctly to maintain proper context - Ensure target/currentTarget reference the display div for positioning - Maintain all event properties needed by ChatInput's handleKeyDown This fixes the keyboard navigation for both ActionPopover (/) and MentionPopover (@) when using the new RichChatInput component with pills and spell checking.