This commit is contained in:
2026-04-07 16:24:29 +02:00
parent ddfcb50af6
commit 839593c31e

View File

@@ -38,7 +38,7 @@
(define/public (on-change! callback-func)
(send window bind! element-id 'input
(λ (el evt data)
(callback-func (get)))))
(callback-func (send this get)))))
)
)
)