forked from AkkomaGang/akkoma-fe
WIP keep the on screen keyboard after a message send.
This commit is contained in:
parent
5996954c4a
commit
b05a86b280
1 changed files with 2 additions and 1 deletions
|
@ -214,8 +214,9 @@
|
|||
</button>
|
||||
<button
|
||||
v-else
|
||||
@touchstart.stop.prevent="postStatus(newStatus)"
|
||||
@mousedown.stop.prevent="postStatus(newStatus)"
|
||||
:disabled="submitDisabled"
|
||||
type="submit"
|
||||
class="btn btn-default"
|
||||
>
|
||||
{{ $t('general.submit') }}
|
||||
|
|
Loading…
Reference in a new issue