fix: refs #6696 e.stopPropagation

This commit is contained in:
Javier Segarra 2024-12-03 10:28:38 +01:00
parent 7865d5742b
commit acd253da9b
1 changed files with 1 additions and 0 deletions

View File

@ -810,6 +810,7 @@ watch(
v-model.number="edit.discount"
:label="t('ticketSale.discount')"
type="number"
@keydown.enter.prevent="(e) => e.stopPropagation()"
/>
</TicketEditManaProxy>
</template>