Merge pull request #757 from amyspark/fix-editing-cw
Fix moving cursor in CW input
This commit is contained in:
commit
90865f6ec5
|
@ -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…
Reference in New Issue