solving bug in webview-get-style
This commit is contained in:
+2
-2
@@ -1033,8 +1033,8 @@
|
||||
(λ (st)
|
||||
(let ((stl (send window getComputedStyle el)))
|
||||
(set! (js-ref r st) (js-ref stl st)))))
|
||||
(list (list 'id id)
|
||||
(list 'style r))))
|
||||
(return (list (list 'id id)
|
||||
(list 'style r)))))
|
||||
))
|
||||
(r (webview-call-js wv js-code))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user