perf(前端): Email纯文本, 不限制字数

dev/voice
Lei OT 7 months ago
parent c10319e8d5
commit b872eb9752

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

Loading…
Cancel
Save