We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9988f58 commit f9d3c9fCopy full SHA for f9d3c9f
source/v2/phasereditor/phasereditor.scene.ui.editor.html/html/Editor.ts
@@ -213,7 +213,8 @@ namespace PhaserEditor2D {
213
214
private onReloadPage() {
215
this._socket.close();
216
- window.location.reload();
+ // window.location.reload();
217
+ window.location.href = window.location.href;
218
}
219
220
private onUpdateSceneProperties(msg: any) {
source/v2/phasereditor/phasereditor.scene.ui.editor.html/html/out/Editor.js
@@ -157,7 +157,7 @@ var PhaserEditor2D;
157
};
158
Editor.prototype.onReloadPage = function () {
159
160
161
162
Editor.prototype.onUpdateSceneProperties = function (msg) {
163
this.sceneProperties = msg.sceneProperties;
0 commit comments