changeset 10:ad2f6525c4c5

minor fix
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 May 2023 13:07:00 -0600
parents eee8862be4c7
children 80ef70ca5860
files src/dad.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dad.js	Fri Apr 28 21:07:17 2023 -0600
+++ b/src/dad.js	Thu May 11 13:07:00 2023 -0600
@@ -135,6 +135,7 @@
 	}
 
 	function onTouchStart(event) {
+		event.preventDefault();
 		start(event);
 		let touches = event.touches;
 		if( touches.length !== 1 )