Widget: Do not open seating plan when pressing return in input field (#4163)

This commit is contained in:
Raphael Michel
2024-05-23 11:18:09 +02:00
committed by GitHub
parent 9f297fbd25
commit 808775c76b

View File

@@ -986,7 +986,7 @@ Vue.component('pretix-widget-event-form', {
// Seating plan
+ '<div class="pretix-widget-seating-link-wrapper" v-if="this.$root.has_seating_plan">'
+ '<button class="pretix-widget-seating-link" @click.prevent.stop="$root.startseating">'
+ '<button class="pretix-widget-seating-link" type="button" @click.prevent.stop="$root.startseating">'
+ strings['show_seating']
+ '</button>'
+ '</div>'