solving bug in webview-get-style

This commit is contained in:
2026-07-30 11:56:31 +02:00
parent c02fe6ee99
commit 41cfd5abd6
+2 -2
View File
@@ -1033,8 +1033,8 @@
(λ (st) (λ (st)
(let ((stl (send window getComputedStyle el))) (let ((stl (send window getComputedStyle el)))
(set! (js-ref r st) (js-ref stl st))))) (set! (js-ref r st) (js-ref stl st)))))
(list (list 'id id) (return (list (list 'id id)
(list 'style r)))) (list 'style r)))))
)) ))
(r (webview-call-js wv js-code)) (r (webview-call-js wv js-code))
) )