@babylonjs/node-geometry-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.
|
@@ -1030,6 +1030,10 @@ export class HistoryStack implements IDisposable {
|
|
|
1030
1030
|
private _locked;
|
|
1031
1031
|
private _dataProvider;
|
|
1032
1032
|
private _applyUpdate;
|
|
1033
|
+
/**
|
|
1034
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
1035
|
+
*/
|
|
1036
|
+
isEnabled: boolean;
|
|
1033
1037
|
/**
|
|
1034
1038
|
* Constructor
|
|
1035
1039
|
* @param dataProvider defines the data provider function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-geometry-editor",
|
|
3
|
-
"version": "7.32.
|
|
3
|
+
"version": "7.32.4",
|
|
4
4
|
"main": "dist/babylon.nodeGeometryEditor.max.js",
|
|
5
5
|
"module": "dist/babylon.nodeGeometryEditor.max.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeGeometryEditor.max.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/react-dom": ">=16.0.9"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@babylonjs/core": "^7.32.
|
|
26
|
+
"@babylonjs/core": "^7.32.4",
|
|
27
27
|
"react": "^17.0.2",
|
|
28
28
|
"react-dom": "^17.0.2"
|
|
29
29
|
},
|