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)))
(set! type (if (eq? js-type #f)
#f
(if (= js-type -1)
'unknown
(string->symbol (string-downcase js-type))))))
(if (string? js-type)
(string->symbol (string-downcase js-type))
'unknown)))
)
(let ((cl (cond
((eq? type 'text) wv-input/text%)