Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 5c546ce

Browse files
committed
Use onkeyup
Fixes random unfinished text issues.
1 parent d234a7a commit 5c546ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JSMain.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ function transpile() {
3333

3434
function main() {
3535
transpile_button.onclick = transpile;
36-
input_textarea.onkeypress = transpile;
36+
input_textarea.onkeyup = transpile;
3737
}

0 commit comments

Comments
 (0)