Visual bug fixes for v1.29
This commit is contained in:
parent
1a3c41fc46
commit
0876bf7ae7
14 changed files with 124 additions and 34 deletions
|
@ -162,7 +162,6 @@ export class Image extends React.Component<Props> {
|
|||
alt={i18n('imageCaptionIconAlt')}
|
||||
/>
|
||||
) : null}
|
||||
{overlay}
|
||||
{closeButton ? (
|
||||
<button
|
||||
onClick={(e: React.MouseEvent<{}>) => {
|
||||
|
@ -199,6 +198,7 @@ export class Image extends React.Component<Props> {
|
|||
{overlayText}
|
||||
</div>
|
||||
) : null}
|
||||
{overlay}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue