mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Widget: Do not open seating plan when pressing return in input field (#4163)
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user