Skip to content

Commit

Permalink
touch long press
Browse files Browse the repository at this point in the history
  • Loading branch information
davish committed Nov 11, 2022
1 parent 2e4eba8 commit 5afb064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export function renderCalendar(
openContextMenuForEvent && openContextMenuForEvent(event, e);
});
},

longPressDelay: 250,
});
cal.render();
return cal;
Expand Down

0 comments on commit 5afb064

Please sign in to comment.