chore: generate invertion mask in image editor

This commit is contained in:
jialin
2025-03-04 17:52:14 +08:00
parent 8a98aef28c
commit 9f40bf6f5d
6 changed files with 121 additions and 73 deletions
@@ -367,6 +367,7 @@ const MessageInput: React.FC<MessageInputProps> = forwardRef(
title={intl.formatMessage({ id: 'common.button.clear' })}
>
<Button
disabled={loading}
type="text"
icon={<ClearOutlined />}
size="middle"