fix: refs #6696 e.stopPropagation
This commit is contained in:
parent
7865d5742b
commit
acd253da9b
|
@ -810,6 +810,7 @@ watch(
|
|||
v-model.number="edit.discount"
|
||||
:label="t('ticketSale.discount')"
|
||||
type="number"
|
||||
@keydown.enter.prevent="(e) => e.stopPropagation()"
|
||||
/>
|
||||
</TicketEditManaProxy>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue