fix: image generating flickering, #1415

This commit is contained in:
jialin
2025-07-02 19:33:33 +08:00
parent 993f01a301
commit 6c2da264db
6 changed files with 118 additions and 13 deletions
@@ -487,6 +487,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
<div
style={{
height: 125,
width: 125,
maxHeight: 125
}}
key={item.uid}
@@ -494,6 +495,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
<SingleImage
{...item}
height={125}
width={125}
maxHeight={125}
preview={item.preview}
loading={item.loading}