sunrize 2.0.8 → 2.0.9

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "2.0.8",
4
+ "version": "2.0.9",
5
5
  "description": "Sunrize — A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -89,10 +89,10 @@
89
89
  "shell-tools": "^1.1.9"
90
90
  },
91
91
  "dependencies": {
92
- "@vscode/codicons": "^0.0.44",
92
+ "@vscode/codicons": "^0.0.45",
93
93
  "capitalize": "^2.0.4",
94
94
  "console": "^0.7.2",
95
- "electron": "^41.0.0",
95
+ "electron": "^41.0.2",
96
96
  "electron-prompt": "^1.7.0",
97
97
  "electron-squirrel-startup": "^1.0.1",
98
98
  "electron-tabs": "^1.0.4",
@@ -937,7 +937,11 @@ main ()
937
937
  value = this .node ._url .toSpliced (0, 1, Editor .encodeURI (string));
938
938
 
939
939
  if (!this .node ._url .equals (value))
940
+ {
941
+ this .node ._url .addFieldCallback (this, () => this .node ._url .addFieldCallback (this, this .set_url .bind (this)));
942
+
940
943
  Editor .setFieldValue (this .node .getExecutionContext (), this .node, this .node ._url, value);
944
+ }
941
945
 
942
946
  if (!force)
943
947
  return;