mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-22 00:13:09 +08:00
fix: remove agent session input trigger placeholder (#10729)
This commit is contained in:
parent
011b6f2df1
commit
4028b26c1d
@ -262,7 +262,9 @@ const AgentSessionInputbar: FC<Props> = ({ agentId, sessionId }) => {
|
|||||||
value={text}
|
value={text}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
placeholder={t('chat.input.placeholder', { key: getSendMessageShortcutLabel(sendMessageShortcut) })}
|
placeholder={t('chat.input.placeholder_without_triggers', {
|
||||||
|
key: getSendMessageShortcutLabel(sendMessageShortcut)
|
||||||
|
})}
|
||||||
autoFocus
|
autoFocus
|
||||||
variant="borderless"
|
variant="borderless"
|
||||||
spellCheck={enableSpellCheck}
|
spellCheck={enableSpellCheck}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user