Skip to content

Commit 806d61d

Browse files
author
marker dao ®
committed
stash
1 parent f2a6d91 commit 806d61d

File tree

2 files changed

+78
-74
lines changed

2 files changed

+78
-74
lines changed

packages/devextreme/js/__internal/ui/chat/message_box/chat_text_area.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ class ChatTextArea extends TextArea<Properties> {
9292
placeholder: messageLocalization.format('dxChat-textareaPlaceholder'),
9393
autoResizeEnabled: true,
9494
valueChangeEvent: 'input',
95-
maxHeight: '16em',
95+
// maxHeight: '16em',
96+
maxHeight: '53.86em',
9697
fileUploaderOptions: undefined,
9798
};
9899
}
@@ -446,6 +447,7 @@ class ChatTextArea extends TextArea<Properties> {
446447
break;
447448

448449
case 'text': {
450+
this._cleanInformer();
449451
this._toggleButtonDisableState();
450452
break;
451453
}

0 commit comments

Comments
 (0)