mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 15:31:52 +00:00
Merge 0e6a1eae29
into 429e08e3d2
This commit is contained in:
commit
59f92164da
|
@ -334,7 +334,7 @@ class FocalPointModal extends ImmutablePureComponent {
|
|||
id='upload-modal__thumbnail'
|
||||
ref={this.setFileInputRef}
|
||||
type='file'
|
||||
accept='image/png,image/jpeg'
|
||||
accept='image/png,image/jpeg,image/webp,image/gif'
|
||||
onChange={this.handleThumbnailChange}
|
||||
style={{ display: 'none' }}
|
||||
disabled={isUploadingThumbnail || is_changing_upload}
|
||||
|
|
Loading…
Reference in New Issue
Block a user