diff options
| author | dave <starpumadev@gmail.com> | 2019-02-28 21:03:35 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-28 21:03:35 -0500 |
| commit | bbab1b1dc686103cc1ffbb3efd24b4a91ae7969d (patch) | |
| tree | 3bf3c0aaaf2f34d401ab1fc73b77fa8a5a73950e | |
| parent | 24f3770fb5ca47b41a9fbf8711dd614fb50537ca (diff) | |
#346: Hyperlink is not included
| -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"> |
