Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Commit 5c391e1

Browse files
moollazapjhampton
authored andcommitted
switch listen to touchend on mobile (#4488)
1 parent b49cd75 commit 5c391e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/goodie/calculator/calculator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ DDH.calculator = DDH.calculator || {};
931931
*/
932932
if(DDG.device.isMobile || DDG.device.isMobileDevice) {
933933
// mobile
934-
deviceType = 'touchstart';
934+
deviceType = 'touchend';
935935
} else {
936936
// everything else
937937
deviceType = 'click';

0 commit comments

Comments
 (0)