This commit is contained in:
janis
2023-09-19 13:46:21 +02:00
parent 7eaa81ba14
commit d7a293517d

View File

@@ -74,6 +74,7 @@ export default {
calculateChairs () { calculateChairs () {
// Size of seat at scale 1 is 32px // Size of seat at scale 1 is 32px
// w & h are normalised // w & h are normalised
// TODO: Numbering direction
let offsets = {}; let offsets = {};
if ( this.data.seatInfo ) { if ( this.data.seatInfo ) {
for ( let element in this.data.seatInfo.data ) { for ( let element in this.data.seatInfo.data ) {