From 552a49e0d60c1925e842bb0926cb4e3b575c4534 Mon Sep 17 00:00:00 2001 From: evlist Date: Tue, 18 Oct 2022 20:40:12 +0200 Subject: [PATCH] Doc --- src/components/map/Handlers.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/map/Handlers.tsx b/src/components/map/Handlers.tsx index bdf399c..5bc4c9e 100644 --- a/src/components/map/Handlers.tsx +++ b/src/components/map/Handlers.tsx @@ -22,6 +22,8 @@ export interface HandlersProperties { * * mouseMove to shift the map if the mouse is down * * doubleClick to zoom in * * wheel to zoom in and out + * * touchStart, touchEnd and touchCancel to track touch state + * * touchMove to shift the map (single finger) or shift and zoom (two fingers). * */ export const Handlers: react.FC = (