b3da46ac029b2b9be47b50aabb199b1ba82f9de6
Add click handlers to the dialog component for all three targets that
close the dialog when clicking the backdrop area (outside the dialog box).
Uses event.target === event.currentTarget to distinguish backdrop clicks
from content clicks.
- :clj — inline onclick attribute
- :cljs — Replicant :on {:click handler}
- :squint — :on-click handler
- CSS: cursor: pointer on ::backdrop for affordance
Description
No description provided
Languages
Clojure
72.9%
CSS
18.7%
JavaScript
6.4%
HTML
2%