Diverse aanpassingen ivm foutgedrag.

This commit is contained in:
2026-08-06 17:42:14 +02:00
parent 963fec5df5
commit 37468d4fa0
2 changed files with 14 additions and 3 deletions
+3 -1
View File
@@ -384,7 +384,9 @@
(define/public (bind! selector events callback . no-prevent-default)
(let* ((npd (if (null? no-prevent-default) #f (car no-prevent-default)))
(items (webview-bind! wv selector events npd))
(items (or (webview-bind!
wv selector events npd)
'()))
(events* (if (symbol? events) (list events) events))
)
;(dbg-webview "No-prevent-default = ~a" npd)