Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c4791 commit d62b73aCopy full SHA for d62b73a
1 file changed
Python/emscripten_trampoline.c
@@ -80,7 +80,7 @@ function getPyEMCountArgsPtr() {
80
// To differentiate, we check if the platform is 'MacIntel' (common for Macs and newer iPads)
81
// AND if the device has multi-touch capabilities (navigator.maxTouchPoints > 1)
82
(navigator.platform === 'MacIntel' && typeof navigator.maxTouchPoints !== 'undefined' && navigator.maxTouchPoints > 1)
83
- )
+ );
84
if (isIOS) {
85
return 0;
86
}
0 commit comments