diff --git a/wv-window.rkt b/wv-window.rkt index 13f9370..2efb2f8 100644 --- a/wv-window.rkt +++ b/wv-window.rkt @@ -111,6 +111,7 @@ (if (string? js-type) (string->symbol (string-downcase js-type)) 'unknown))) + ) ) (let ((cl (cond ((eq? type 'text) wv-input/text%)