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)