fix(components/media_modal): Aspect ratio (#4128)
* fix(components/media_modal): Aspect ratio * fix: Remove useless style
This commit is contained in:
parent
5fa2dd6e65
commit
4122a837fa
3 changed files with 3 additions and 1 deletions
|
@ -133,6 +133,7 @@ export default class ImageLoader extends React.PureComponent {
|
|||
width={width}
|
||||
height={height}
|
||||
ref={this.setCanvasRef}
|
||||
style={{ opacity: loading ? 1 : 0 }}
|
||||
/>
|
||||
|
||||
{!loading && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue