wait-for-element must be public

This commit is contained in:
2026-04-15 23:33:41 +02:00
parent dfe112dd51
commit 32c84112ff

View File

@@ -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) { "