event debugging

This commit is contained in:
2026-05-04 15:05:30 +02:00
parent 0c262bd47b
commit 061ad918f1
2 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -718,7 +718,7 @@
(wv-win-window-nr wv) sel evt (if no-prevent-default 'true 'false)))
(r (webview-call-js wv j))
)
(dbg-webview "called js: ~a" j)
;(dbg-webview "called js: ~a" j)
(map (λ (el)
(list (string->symbol (car el)) (cadr el) (caddr el)))
r))))