wait-for-element must be public
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define (wait-for-element id)
|
(define/public (wait-for-element id)
|
||||||
(webview-call-js wv (string-append
|
(webview-call-js wv (string-append
|
||||||
(format "{ let el = document.getElementById('~a');" id)
|
(format "{ let el = document.getElementById('~a');" id)
|
||||||
" while (el === null) { "
|
" while (el === null) { "
|
||||||
|
|||||||
Reference in New Issue
Block a user