mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[editor][bug] reset button triggered on enter
This commit is contained in:
parent
f14b2b61fa
commit
ca3593a758
@ -173,7 +173,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<input type="date" class="form-control form-control-sm" v-model="birthday"/>
|
<input type="date" class="form-control form-control-sm" v-model="birthday"/>
|
||||||
<button class="btn btn-outline-danger btn-sm" type="button" v-if="birthday !== null" @click="birthday = null">
|
<button type="button" class="btn btn-outline-danger btn-sm" v-if="birthday !== null" @click="birthday = null">
|
||||||
<Icon v="times"/>
|
<Icon v="times"/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -185,7 +185,7 @@
|
|||||||
<Icon v="scroll-old"/>
|
<Icon v="scroll-old"/>
|
||||||
<T>profile.words</T>
|
<T>profile.words</T>
|
||||||
</h3>
|
</h3>
|
||||||
<button class="btn btn-outline-warning btn-sm" @click.prevent="resetWords">
|
<button type="button" class="btn btn-outline-warning btn-sm" @click.prevent="resetWords">
|
||||||
<T>profile.editor.defaults</T>
|
<T>profile.editor.defaults</T>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user