From d6c4b2176e038d80a9e942506480466759f73707 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Mon, 4 May 2026 15:12:22 +0200 Subject: [PATCH] event debugging --- wv-window.rkt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wv-window.rkt b/wv-window.rkt index 4ada1f4..d32e9aa 100644 --- a/wv-window.rkt +++ b/wv-window.rkt @@ -182,6 +182,9 @@ (cms (current-milliseconds)) ) + (dbg-webview "< ~a ~a && eq? ~a ~a && (eq? ~a ~a || eq? ~a ~a" + cms last-event-time last-event-kind event js-evt #f + last-js-event js-evt) (unless (and (< cms last-event-time) (eq? last-event-kind event)