Calendar events need to be double clicked in Safari

Events on the monthly view of the calendar do not open with the first click, they need to be double-clicked to open the event. This happens only on Safari and not in other browsers.

After an event is focused the click works okay, but if one is focused and then I try to click another event, it needs to be double-clicked.

 <mbsc-eventcalendar
  [locale]="myLocale"
  #calendar
  (onEventClick)="clickedEvent($event)"
  (onPageChange)="getEvents($event.firstDay, $event.lastDay)"
  [data]="myEvents"
  [view]="calView"
  theme="ios"
  themeVariant="light">
</mbsc-eventcalendar>

Here the clickedEvent() function is just a console.log() for testing.

Hi Altin,

This issue has been fixed in 5.18.3.
Are you using an earlier version?