Tweak positioning of emoji picker popover

This commit is contained in:
Gabe Kangas 2022-12-24 15:08:46 -08:00
parent 4d3be3eaaa
commit c871251769
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -268,6 +268,7 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText }) => {
/>
}
trigger="click"
placement="topRight"
onOpenChange={open => setShowEmojis(open)}
open={showEmojis}
/>