mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: send message setting position
This commit is contained in:
parent
dff7293ebd
commit
513b5779e2
@ -28,7 +28,7 @@ const SendMessageSetting: FC<Props> = ({ children }) => {
|
||||
return (
|
||||
<Dropdown
|
||||
menu={{ items: sendSettingItems, selectable: true, defaultSelectedKeys: [sendMessageShortcut] }}
|
||||
placement="top"
|
||||
placement="topRight"
|
||||
trigger={['click']}
|
||||
arrow>
|
||||
{children}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user