[#754] reduce delay for pressing to 100 ms (#757)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-04-09 02:34:00 +02:00
committed by GitHub
parent e29cd8dc42
commit 509b467024
+1
View File
@@ -436,6 +436,7 @@ const CalendarApp: React.FC<CalendarAppProps> = ({
timeZone={timezone}
height="100%"
select={eventHandlers.handleDateSelect}
longPressDelay={100}
nowIndicator
slotLabelClassNames={arg => [
updateSlotLabelVisibility(new Date(), arg, timezone)