seat-editor 3.3.31 → 3.3.32

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.
@@ -229,7 +229,7 @@ const boardSlice = createSlice({
229
229
  const next = state.historyChanges[state.pointer + 1];
230
230
  state.components = current(next === null || next === void 0 ? void 0 : next.components);
231
231
  state.extraComponents = current(next === null || next === void 0 ? void 0 : next.extraComponents);
232
- state.boundingBox = current(next === null || next === void 0 ? void 0 : next.boundingBox);
232
+ state.boundingBox = next === null || next === void 0 ? void 0 : next.boundingBox;
233
233
  state.pointer += 1;
234
234
  state.updateBy = "global";
235
235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "3.3.31",
3
+ "version": "3.3.32",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",