add support for vertical seat pixels
This commit is contained in:
parent
180e28d152
commit
340a182b56
@ -51,6 +51,7 @@ class SeatingPlanPage(Component):
|
||||
self.is_booking_blocked = True
|
||||
|
||||
async def on_seat_clicked(self, seat_id: str, _: PressEvent) -> None:
|
||||
seat_id = seat_id.replace("\n", "")
|
||||
self.seating_info_text = ""
|
||||
self.show_info_box = True
|
||||
self.show_purchase_box = False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user