diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-06 20:22:12 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-06 20:22:12 +0000 |
| commit | de46ede8fd4d37ab87bb714247de178621aff558 (patch) | |
| tree | d7557967e974cdfd55b24227bf960bc9718b6048 /src/components | |
| parent | 830f3762ef80ff794880a7033ab5c6c825bbaa54 (diff) | |
| parent | bbab1b1dc686103cc1ffbb3efd24b4a91ae7969d (diff) | |
Merge branch 'issue-346-auto-post' into 'develop'
#346: Hyperlink is not included
Closes #346
See merge request pleroma/pleroma-fe!626
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 5085570b..40d24b97 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -30,7 +30,9 @@ @drop="fileDrop" @dragover.prevent="fileDrag" @input="resize" - @paste="paste"> + @paste="paste" + :disabled="posting" + > </textarea> <div class="visibility-tray"> <span class="text-format" v-if="formattingOptionsEnabled"> |
