You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking anywhere in the div #chartSeat (not on a seat) toggles the top-left seat selection status.
It toggles back at the next hovering of any seat.
It also does not toggle if this seat is already selected.
Not that important, but it seems easy to fix :)
This problem is present in your demo version if you want to check.
Great repo !
The text was updated successfully, but these errors were encountered:
Saying that the line above it.
line 471: fn.find('.seatCharts-seat:not(.seatCharts-space):first').focus(); also needs removing otherwise the map jumps to the top.
I will have an investigate properly over the coming weeks and share anything that might be helpful...
Clicking anywhere in the div #chartSeat (not on a seat) toggles the top-left seat selection status.
It toggles back at the next hovering of any seat.
It also does not toggle if this seat is already selected.
Not that important, but it seems easy to fix :)
This problem is present in your demo version if you want to check.
Great repo !
The text was updated successfully, but these errors were encountered: