@babylonjs/gui-editor 5.49.0 → 5.49.2
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.
@@ -1138,6 +1138,7 @@ export class WorkbenchComponent extends React.Component<IWorkbenchComponentProps
|
|
1138
1138
|
processSelection(): void;
|
1139
1139
|
onDown(evt: React.PointerEvent<HTMLElement>): void;
|
1140
1140
|
onUp(evt: React.PointerEvent): void;
|
1141
|
+
private _syncConnectedLines;
|
1141
1142
|
private _copyLiveGUIToEditorGUI;
|
1142
1143
|
createGUICanvas(embed?: boolean): void;
|
1143
1144
|
synchronizeLiveGUI(): void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/gui-editor",
|
3
|
-
"version": "5.49.
|
3
|
+
"version": "5.49.2",
|
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": "^5.49.
|
28
|
-
"@babylonjs/gui": "^5.49.
|
27
|
+
"@babylonjs/core": "^5.49.2",
|
28
|
+
"@babylonjs/gui": "^5.49.2",
|
29
29
|
"react": "^17.0.2",
|
30
30
|
"react-dom": "^17.0.2",
|
31
31
|
"rimraf": "^3.0.2",
|