@babylonjs/gui-editor 7.32.2 → 7.32.4

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.
@@ -1537,6 +1537,10 @@ export class HistoryStack implements IDisposable {
1537
1537
  private _locked;
1538
1538
  private _dataProvider;
1539
1539
  private _applyUpdate;
1540
+ /**
1541
+ * Gets or sets a boolean indicating if the stack is enabled
1542
+ */
1543
+ isEnabled: boolean;
1540
1544
  /**
1541
1545
  * Constructor
1542
1546
  * @param dataProvider defines the data provider function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/gui-editor",
3
- "version": "7.32.2",
3
+ "version": "7.32.4",
4
4
  "main": "dist/babylon.guiEditor.max.js",
5
5
  "module": "dist/babylon.guiEditor.max.js",
6
6
  "esnext": "dist/babylon.guiEditor.max.js",
@@ -24,8 +24,8 @@
24
24
  "@types/react-dom": ">=16.0.9"
25
25
  },
26
26
  "devDependencies": {
27
- "@babylonjs/core": "^7.32.2",
28
- "@babylonjs/gui": "^7.32.2",
27
+ "@babylonjs/core": "^7.32.4",
28
+ "@babylonjs/gui": "^7.32.4",
29
29
  "react": "^17.0.2",
30
30
  "react-dom": "^17.0.2"
31
31
  },