Update editor_ui.tsx
This commit is contained in:
parent
a98c74eba2
commit
d9f1f848c4
@ -227,7 +227,7 @@ export class MainUI {
|
|||||||
} else {
|
} else {
|
||||||
localStorage.removeItem("syncMode");
|
localStorage.removeItem("syncMode");
|
||||||
this.editor.flashNotification(
|
this.editor.flashNotification(
|
||||||
"Now switching to server mode, one moment please...",
|
"Now switching to online mode, one moment please...",
|
||||||
);
|
);
|
||||||
await sleep(1000);
|
await sleep(1000);
|
||||||
location.reload();
|
location.reload();
|
||||||
|
Loading…
Reference in New Issue
Block a user