diff --git a/web/components/chat/ChatTextField/ChatTextField.tsx b/web/components/chat/ChatTextField/ChatTextField.tsx index 768fba7bb..8566a691a 100644 --- a/web/components/chat/ChatTextField/ChatTextField.tsx +++ b/web/components/chat/ChatTextField/ChatTextField.tsx @@ -268,6 +268,7 @@ export const ChatTextField: FC = ({ defaultText }) => { /> } trigger="click" + placement="topRight" onOpenChange={open => setShowEmojis(open)} open={showEmojis} />