forked from AkkomaGang/akkoma-fe
#346: Hyperlink is not included
This commit is contained in:
parent
24f3770fb5
commit
bbab1b1dc6
1 changed files with 3 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue