innerHTmL problems. Not synchronous?
This commit is contained in:
@@ -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%)
|
||||||
|
|||||||
Reference in New Issue
Block a user