@babylonjs/node-editor 5.10.0 → 5.12.1
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.
|
@@ -655,7 +655,7 @@ export class GraphCanvasComponent extends React.Component<IGraphCanvasComponentP
|
|
|
655
655
|
private _frameCandidate;
|
|
656
656
|
private _frames;
|
|
657
657
|
private _altKeyIsPressed;
|
|
658
|
-
private
|
|
658
|
+
private _multiKeyIsPressed;
|
|
659
659
|
private _oldY;
|
|
660
660
|
_frameIsMoving: boolean;
|
|
661
661
|
_isLoading: boolean;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/node-editor",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.1",
|
|
4
4
|
"main": "dist/babylon.nodeEditor.max.js",
|
|
5
5
|
"module": "dist/babylon.nodeEditor.max.js",
|
|
6
6
|
"esnext": "dist/babylon.nodeEditor.max.js",
|
|
7
7
|
"typings": "dist/babylon.nodeEditor.module.d.ts",
|
|
8
8
|
"files": [
|
|
9
|
-
"dist",
|
|
9
|
+
"dist/**/*.*",
|
|
10
10
|
"readme.md",
|
|
11
11
|
"license.md"
|
|
12
12
|
],
|
|
@@ -17,14 +17,13 @@
|
|
|
17
17
|
"build:declaration": "build-tools -c pud --config ./config.json",
|
|
18
18
|
"clean": "rimraf dist"
|
|
19
19
|
},
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@babylonjs/core": "^5.10.0"
|
|
22
|
-
},
|
|
23
20
|
"peerDependencies": {
|
|
21
|
+
"@babylonjs/core": "^5.0.0",
|
|
24
22
|
"@types/react": ">=16.7.3",
|
|
25
23
|
"@types/react-dom": ">=16.0.9"
|
|
26
24
|
},
|
|
27
25
|
"devDependencies": {
|
|
26
|
+
"@babylonjs/core": "^5.12.1",
|
|
28
27
|
"react": "^17.0.2",
|
|
29
28
|
"react-dom": "^17.0.2",
|
|
30
29
|
"rimraf": "^3.0.2",
|