webview-get-style debugging

This commit is contained in:
2026-07-30 12:54:36 +02:00
parent f29bad676f
commit 9e6a2a83f4
+1 -1
View File
@@ -1031,7 +1031,7 @@
(r '())) (r '()))
(send cl forEach (send cl forEach
(λ (st) (λ (st)
(send console log set) (send console log 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)))))
(send console log r) (send console log r)