@everymatrix/casino-game-page 0.0.194 → 0.0.195
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.195",
|
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": "12c5cb5e4f2310b2fa559d0a1c99f4cf29de70c8"
|
40
40
|
}
|
@@ -293,7 +293,7 @@
|
|
293
293
|
}
|
294
294
|
|
295
295
|
function exitHandler() {
|
296
|
-
if (!document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement) {
|
296
|
+
if (!document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement && isFullscreen) {
|
297
297
|
handleIframeSize();
|
298
298
|
}
|
299
299
|
}
|