mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-03 18:57:43 +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">
|
||||
<el-form v-on:submit.prevent="toot" role="form">
|
||||
<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>
|
||||
<Status
|
||||
v-model="status"
|
||||
|
Loading…
x
Reference in New Issue
Block a user