mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-05 00:28:47 +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 }); }}
|
||||||
@ -121,4 +121,4 @@ export class ImageCell extends MessageCell<any, ImageCellState> {
|
|||||||
/>
|
/>
|
||||||
</MessageBase>
|
</MessageBase>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user