去掉会话列表草稿功能

This commit is contained in:
CYH 2023-07-08 11:21:07 +08:00
parent c80d534192
commit b1f68e6a35

View File

@ -651,7 +651,7 @@ class _InputTextFieldState extends TIMUIKitState<TIMInputTextField> {
@override
void dispose() {
handleSetDraftText();
// handleSetDraftText();
widget.model.removeListener(onModelChanged);
focusNode.dispose();
super.dispose();
@ -760,6 +760,7 @@ class _InputTextFieldState extends TIMUIKitState<TIMInputTextField> {
addStickerToText: addStickerToText,
customStickerPanel: widget.customStickerPanel,
forbiddenText: forbiddenText,
onChanged: widget.onChanged,
backgroundColor: widget.backgroundColor,
morePanelConfig: widget.morePanelConfig,