Closed
Description
Currently, when triggering a modal close, the dashboard_clicked
event is triggered. However, for modal dismissing there is no label property applied, only the path
property, making it hard to distinguish between different clicks to dismiss a modal.
Proposal Implement a modal_dismiss
tracking event that triggers when a modal is closed in any manner:
- Use of
esc
button - Close via the
X
button - etc