diff --git a/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue b/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue index 236c9ce..755d1bf 100644 --- a/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue +++ b/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue @@ -74,6 +74,7 @@ export default { calculateChairs () { // Size of seat at scale 1 is 32px // w & h are normalised + // TODO: Numbering direction let offsets = {}; if ( this.data.seatInfo ) { for ( let element in this.data.seatInfo.data ) {