From 509b467024c9e74156d31b87e6108b99e3c91e1a Mon Sep 17 00:00:00 2001 From: Camille Moussu <66134347+Eriikah@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:34:00 +0200 Subject: [PATCH] [#754] reduce delay for pressing to 100 ms (#757) Co-authored-by: Camille Moussu --- src/components/Calendar/Calendar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Calendar/Calendar.tsx b/src/components/Calendar/Calendar.tsx index 98e8cc8..d58eaaa 100644 --- a/src/components/Calendar/Calendar.tsx +++ b/src/components/Calendar/Calendar.tsx @@ -436,6 +436,7 @@ const CalendarApp: React.FC = ({ timeZone={timezone} height="100%" select={eventHandlers.handleDateSelect} + longPressDelay={100} nowIndicator slotLabelClassNames={arg => [ updateSlotLabelVisibility(new Date(), arg, timezone)