Preview image type post.

- Fixes #383
This commit is contained in:
Dessalines 2019-12-29 16:56:55 -05:00
parent dfd27ea85c
commit e5a9ccaff1
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import {
archiveUrl,
mdToHtml,
debounce,
isImage,
} from '../utils';
import * as autosize from 'autosize';
import { i18n } from '../i18next';
@ -193,6 +194,9 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
<use xlinkHref="#icon-spinner"></use>
</svg>
)}
{isImage(this.state.postForm.url) && (
<img src={this.state.postForm.url} class="img-fluid" />
)}
{this.state.crossPosts.length > 0 && (
<>
<div class="my-1 text-muted small font-weight-bold">