mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-09 16:28:45 +01:00
Fix moving cursor in cw input
This commit is contained in:
parent
ed4ad74dbe
commit
dff325af82
@ -7,7 +7,9 @@
|
|||||||
class="new-toot-modal">
|
class="new-toot-modal">
|
||||||
<el-form v-on:submit.prevent="toot" role="form">
|
<el-form v-on:submit.prevent="toot" role="form">
|
||||||
<div class="spoiler" v-show="showContentWarning">
|
<div class="spoiler" v-show="showContentWarning">
|
||||||
<el-input :placeholder="$t('modals.new_toot.cw')" v-model="spoiler"></el-input>
|
<div class="el-input">
|
||||||
|
<input type="text" class="el-input__inner" :placeholder="$t('modals.new_toot.cw')" v-model="spoiler" v-shortkey.avoid />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Status
|
<Status
|
||||||
v-model="status"
|
v-model="status"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user