mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-01 14:32:51 +00:00
feta:图片预览支持旋转
This commit is contained in:
parent
f1e01e42b3
commit
a21ddf7382
@ -112,7 +112,7 @@ export class ImageCell extends MessageCell<any, ImageCellState> {
|
||||
visible={showPreview}
|
||||
noImgDetails={true}
|
||||
downloadable={true}
|
||||
rotatable={false}
|
||||
rotatable={true}
|
||||
changeable={false}
|
||||
showTotal={false}
|
||||
onMaskClick={() => { this.setState({ showPreview: false }); }}
|
||||
@ -121,4 +121,4 @@ export class ImageCell extends MessageCell<any, ImageCellState> {
|
||||
/>
|
||||
</MessageBase>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user