Debug: log every bind-event click handler firing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 21:51:04 +00:00
parent 2a978e6e9f
commit 70cf501c49
2 changed files with 4 additions and 2 deletions

View File

@@ -373,6 +373,7 @@
(when listen-target
(dom-add-listener listen-target event-name
(fn (e)
(log-info (str "sx:bind-event fired: " event-name " on " (dom-tag-name el)))
(let ((should-fire true))
;; Changed modifier: skip if value unchanged
(when (get mods "changed")