@everymatrix/casino-game-page 0.0.392 → 0.0.393
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-game-page",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.393",
|
4
4
|
"main": "dist/casino-game-page.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "133ecc91a57336f219798fcee9ac4e4694a1722e"
|
40
40
|
}
|
@@ -179,6 +179,7 @@
|
|
179
179
|
break;
|
180
180
|
|
181
181
|
case 'ModalClosed':
|
182
|
+
window.postMessage({ type: 'EnableScroll'}, window.location.href);
|
182
183
|
// the timeout is necessary in order to sync with the closing of the modal frame and provide a smoother transition
|
183
184
|
showModal = 'false';
|
184
185
|
removeEventsToDisplayedElements();
|