#6696 - mana #1052

Open
jgallego wants to merge 8 commits from 6696-mana into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5f41aeb28d - Show all commits

View File

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