Commit b95862a
Fix null crash from removed chat-agent-setup button
The gear button (chat-agent-setup) was removed from HTML but its
event listener in the renderer wasn't guarded with ?. — causing a
null reference that crashed init and prevented ALL subsequent event
handlers from registering (Folders, Wrap, JSON, Filter, etc.).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8f97b00 commit b95862a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12907 | 12907 | | |
12908 | 12908 | | |
12909 | 12909 | | |
12910 | | - | |
| 12910 | + | |
12911 | 12911 | | |
12912 | 12912 | | |
12913 | 12913 | | |
| |||
0 commit comments