diff --git a/ui/src/components/post-form.tsx b/ui/src/components/post-form.tsx index 7e60b2b0..0b4d0576 100644 --- a/ui/src/components/post-form.tsx +++ b/ui/src/components/post-form.tsx @@ -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 { )} + {isImage(this.state.postForm.url) && ( + + )} {this.state.crossPosts.length > 0 && ( <>