From cd12da48c15bf56c2f4504c79a977144141d2019 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 15 Apr 2026 23:22:52 +0200 Subject: [PATCH] innerHTmL problems. Not synchronous? --- wv-window.rkt | 1 + 1 file changed, 1 insertion(+) 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%)