mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
add todo
This commit is contained in:
@@ -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 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user