Add stop for reorder event
This commit is contained in:
parent
98ceaea3e9
commit
a6e3c2824d
|
@ -115,7 +115,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="editable" class="flex justify-center mt-6 relative">
|
<div v-if="editable" class="flex justify-center mt-6 relative">
|
||||||
<a href="#" class="bg-edit rounded-full flex w-8 h-8 items-center justify-center text-font" @click.prevent="$emit('editFields', index)">
|
<a href="#" class="bg-edit rounded-full flex w-8 h-8 items-center justify-center text-font" @click.prevent.stop="$emit('editFields', index)">
|
||||||
<setting-icon class="w-5 h-5 fill-current"></setting-icon>
|
<setting-icon class="w-5 h-5 fill-current"></setting-icon>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue