@babylonjs/node-render-graph-editor 7.21.2 → 7.21.3
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.
|
@@ -945,6 +945,10 @@ export class HistoryStack implements IDisposable {
|
|
|
945
945
|
private _locked;
|
|
946
946
|
private _dataProvider;
|
|
947
947
|
private _applyUpdate;
|
|
948
|
+
/**
|
|
949
|
+
* Gets or sets a boolean indicating if the stack is enabled
|
|
950
|
+
*/
|
|
951
|
+
isEnabled: boolean;
|
|
948
952
|
/**
|
|
949
953
|
* Constructor
|
|
950
954
|
* @param dataProvider defines the data provider function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-render-graph-editor",
|
|
3
|
-
"version": "7.21.
|
|
3
|
+
"version": "7.21.3",
|
|
4
4
|
"main": "dist/babylon.nodeRenderGraphEditor.max.js",
|
|
5
5
|
"module": "dist/babylon.nodeRenderGraphEditor.max.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeRenderGraphEditor.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.3",
|
|
27
27
|
"react": "^17.0.2",
|
|
28
28
|
"react-dom": "^17.0.2"
|
|
29
29
|
},
|