@everymatrix/casino-page-nd 1.38.0 → 1.39.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-page-nd",
3
- "version": "1.38.0",
3
+ "version": "1.39.1",
4
4
  "main": "dist/casino-page-nd.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "7070080d10ab3c85ed4a5d2eeb2442cc9ff8fb2d"
38
+ "gitHead": "cc6e3a021c852cb2734662bef9ef45190de4bfa9"
39
39
  }
@@ -219,10 +219,7 @@
219
219
  lobbyScreen = false;
220
220
  myGamesSection = false;
221
221
  activeCategory = categoryEvent.data.itemId;
222
- //@TODO: if we remove the settimeout, the postmessage does not execute, at all - weird behaviour
223
- setTimeout(() => {
224
- window.postMessage({ type: 'CategoryUpdate', itemId: activeCategory}, window.location.href);
225
- }, 2000);
222
+ window.postMessage({ type: 'CategoryUpdate', itemId: activeCategory}, window.location.href);
226
223
  break;
227
224
  }
228
225
  }