New variant idea
[xogo.git] / app.js
diff --git a/app.js b/app.js
index a8f447b..c5d5c7f 100644 (file)
--- a/app.js
+++ b/app.js
@@ -392,7 +392,7 @@ const messageCenter = (msg) => {
       break;
     case "filechange":
       // TODO?: could be more subtle
-      location.reload();
+      setTimeout(() => location.reload(), 100);
       break;
   }
 };