Commit 18b8083
committed
Remove JavaScript event listener that interfered with Go handlers
The setTimeout block manually wired up input events in JavaScript, which
conflicts with the OnInput handler in the Go-generated code. JavaScript
should only load WASM, not handle application logic.
Changes:
- Removed setTimeout block that added input event listener
- Removed manual counter display updates in JavaScript
- Event handling now fully managed by Go code1 parent 620a76c commit 18b8083
1 file changed
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | 109 | | |
126 | 110 | | |
127 | 111 | | |
| |||
0 commit comments