9d71bf5f6b51384b02ab27a0cdccecbd10dc020b
PR #746 (#744) removed the duplicate `command-new-session` button from index.html and the `el.commandNewSession` field from the `el` literal, but left `el.commandNewSession.addEventListener("click", ...)` inside `initCommandBar()`. The resulting undefined reference crashed every Cloud Workbench init with app.js:5414 Uncaught TypeError: Cannot read properties of undefined (reading 'addEventListener') at initCommandBar (app.js:5414:24) at app.js:3538:1 The new session entry point is `#session-create` in the session sidebar (added in #740/#743), so this listener is no longer needed. Removal is the minimal fix; all other command-bar bindings (`commandInput`, `commandForm`, `commandClear`) are untouched. Verified locally: - web:check (54 tests pass, all static contracts pass) - web:build (12 dist files fresh) - dist/app.js: 0 references to commandNewSession Refs: pikasTech/HWLAB#748 Co-authored-by: Codex <codex@local>
Description
UniDesk controlled mirror for pikasTech/HWLAB
Languages
TypeScript
63.3%
JavaScript
21.9%
Vue
7.4%
Go
3.2%
Python
1.9%
Other
2.2%