diff --git a/racket-webview.rkt b/racket-webview.rkt index ceb1c5a..31cac2f 100644 --- a/racket-webview.rkt +++ b/racket-webview.rkt @@ -1031,8 +1031,10 @@ (r '())) (send cl forEach (λ (st) + (send console log set) (let ((stl (send window getComputedStyle el))) (set! (js-ref r st) (js-ref stl st))))) + (send console log r) (return (list (list 'id id) (list 'style r))))) ))