|
|
@ -216,8 +216,8 @@ const EmailComposer = ({ ...props }) => {
|
|
|
|
ref={textInputRef}
|
|
|
|
ref={textInputRef}
|
|
|
|
onFocus={() => handleFocus('mailcontent')}
|
|
|
|
onFocus={() => handleFocus('mailcontent')}
|
|
|
|
size='large'
|
|
|
|
size='large'
|
|
|
|
maxLength={2000}
|
|
|
|
// maxLength={2000}
|
|
|
|
showCount={true}
|
|
|
|
// showCount={true}
|
|
|
|
placeholder={!talkabled ? '请先选择会话' : '*纯文本邮件'}
|
|
|
|
placeholder={!talkabled ? '请先选择会话' : '*纯文本邮件'}
|
|
|
|
rows={2}
|
|
|
|
rows={2}
|
|
|
|
disabled={!talkabled}
|
|
|
|
disabled={!talkabled}
|
|
|
|