@seatlayer/core 0.12.3 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3437,6 +3437,7 @@ var _SeatmapRenderer = class _SeatmapRenderer {
|
|
|
3437
3437
|
const y1 = (this.stage.height() - this.stage.y()) / s;
|
|
3438
3438
|
let count = 0;
|
|
3439
3439
|
for (const seat of this.seats) {
|
|
3440
|
+
if (seat.kind === "booth") continue;
|
|
3440
3441
|
if (seat.x < x0 || seat.x > x1 || seat.y < y0 || seat.y > y1) continue;
|
|
3441
3442
|
const t2 = new import_Text.Text({
|
|
3442
3443
|
x: seat.x,
|