Currently, clicking outside the event popup closes it but doesn't interact with the underlying content. In Google Calendar, clicking on another event while a popup is open closes the current popup and opens the clicked event's popup in a single action.
We should adopt the same approach:
- Clicking on another event while a popup is open should close the current popup and open the new event's popup.
- Clicking on an empty area of the calendar should close the popup without creating a new event.
Important context: We are changing the default event-creation trigger from double-click to single-click. This means we need to distinguish between:
- Single click while a popup is open → close the popup (no event creation)
- Single click with no popup open → create a new event
Currently, clicking outside the event popup closes it but doesn't interact with the underlying content. In Google Calendar, clicking on another event while a popup is open closes the current popup and opens the clicked event's popup in a single action.
We should adopt the same approach:
Important context: We are changing the default event-creation trigger from double-click to single-click. This means we need to distinguish between: