Files
MuyueWorkspace/web
Augustin 93a22d4075
All checks were successful
Beta Release / beta (push) Successful in 40s
fix(terminal): init payload never sent due to ws.onopen being overwritten
connectWebSocket set ws.onopen to send the shell init payload, but
initTerminal immediately overwrote it with a state-only handler.
Switched to addEventListener so both handlers coexist.
2026-04-22 20:05:10 +02:00
..