seat-editor 3.3.20 → 3.3.21

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.
@@ -898,7 +898,7 @@ const Layers = ({ components, selectedTable, iconTags, eventMatchTable, onHighli
898
898
  radius: seatRadius,
899
899
  spacing: spacingHeight,
900
900
  }).map((cy) => ({
901
- x: width,
901
+ x: x + width,
902
902
  y: y + cy - seatSizeLR.h / 2,
903
903
  width: seatSizeLR.w,
904
904
  height: seatSizeLR.h,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "3.3.20",
3
+ "version": "3.3.21",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",