From d7a293517dffbd1e7fb1f2ca909f13beff7d2072 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 19 Sep 2023 13:46:21 +0200 Subject: [PATCH] add todo --- .../seatplan/userApp/seatplanComponents/seats/rectangular.vue | 1 + 1 file changed, 1 insertion(+) 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 ) {