style: multiple selection tag
This commit is contained in:
@@ -209,12 +209,6 @@ const MessageInput: React.FC<MessageInputProps> = forwardRef(
|
||||
const handleClearAll = (e: any) => {
|
||||
e.stopPropagation();
|
||||
clearAll();
|
||||
// handleInputChange({ target: { value: '' } });
|
||||
// setMessage({
|
||||
// role: Roles.User,
|
||||
// content: '',
|
||||
// imgs: []
|
||||
// });
|
||||
};
|
||||
|
||||
const handleAddMessage = (e?: any) => {
|
||||
|
||||
Reference in New Issue
Block a user