this was not a bug. The wrong element id was provided
This commit is contained in:
@@ -745,7 +745,7 @@
|
||||
(if (string? html)
|
||||
(let ((r (webview-call-js wv
|
||||
(with-id id el
|
||||
("el.innerHTML = '~a';window.setTimeout(function (){ }, 0); return true;"
|
||||
("el.innerHTML = '~a'; return true;"
|
||||
(esc-quote html))))))
|
||||
(if r 'oke 'failed))
|
||||
(webview-set-innerHTML! wv id (xexpr->string html))
|
||||
|
||||
Reference in New Issue
Block a user