fix: refs #6696 e.stopPropagation
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-12-03 10:48:03 +01:00
parent acd253da9b
commit 5f41aeb28d
1 changed files with 1 additions and 1 deletions

View File

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