mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-06 09:08:59 +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}
|
visible={showPreview}
|
||||||
noImgDetails={true}
|
noImgDetails={true}
|
||||||
downloadable={true}
|
downloadable={true}
|
||||||
rotatable={false}
|
rotatable={true}
|
||||||
changeable={false}
|
changeable={false}
|
||||||
showTotal={false}
|
showTotal={false}
|
||||||
onMaskClick={() => { this.setState({ showPreview: false }); }}
|
onMaskClick={() => { this.setState({ showPreview: false }); }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user