innerHTmL problems. Not synchronous?

This commit is contained in:
2026-04-15 23:19:27 +02:00
parent 3602d9bb3a
commit b86744a699

View File

@@ -108,9 +108,9 @@
id))) id)))
(set! type (if (eq? js-type #f) (set! type (if (eq? js-type #f)
#f #f
(if (= js-type -1) (if (string? js-type)
'unknown (string->symbol (string-downcase js-type))
(string->symbol (string-downcase js-type)))))) 'unknown)))
) )
(let ((cl (cond (let ((cl (cond
((eq? type 'text) wv-input/text%) ((eq? type 'text) wv-input/text%)