Fix file upload

This commit is contained in:
Thibaut Girka 2019-04-24 07:51:35 +02:00 committed by ThibG
parent 3d722b0c4e
commit 416aa832e5
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class ComposeForm extends ImmutablePureComponent {
disabled={isSubmitting}
onChangeVisibility={onChangeVisibility}
onToggleSpoiler={spoilersAlwaysOn ? null : onChangeSpoilerness}
onPaste={onPaste}
onUpload={onPaste}
privacy={privacy}
sensitive={sensitive || (spoilersAlwaysOn && spoilerText && spoilerText.length > 0)}
spoiler={spoilersAlwaysOn ? (spoilerText && spoilerText.length > 0) : spoiler}