solving bug in webview-get-style
This commit is contained in:
+2
-2
@@ -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))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user