From 5afb06448359cee282cc9a3200acdfcde0617765 Mon Sep 17 00:00:00 2001 From: Davis Haupt Date: Fri, 11 Nov 2022 15:44:30 -0500 Subject: [PATCH] touch long press --- src/calendar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calendar.ts b/src/calendar.ts index fa06243..29b9ac4 100644 --- a/src/calendar.ts +++ b/src/calendar.ts @@ -141,6 +141,8 @@ export function renderCalendar( openContextMenuForEvent && openContextMenuForEvent(event, e); }); }, + + longPressDelay: 250, }); cal.render(); return cal;