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