Commit e1a23fd0 by Liu

fix:placeholder

parent 5b8008ff
......@@ -365,7 +365,7 @@ const ChatEditorBase: React.FC<ChatEditorProps & WithAuthProps> = ({ checkAuth,
onKeyDown={handleKeyDown}
onPaste={handlePaste}
suppressContentEditableWarning
data-placeholder={showToolQuestion ? '请输入您的问题' : '输入您想问的问题吧~'}
data-placeholder={showToolQuestion ? '输入您想问的问题吧~' : '输入您想问的问题吧~'}
style={{
resize: 'none',
maxHeight: '48px',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment