[BUG] Connector toggles in conversation are not clickable — must click text label instead
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The toggle switches for Google Calendar and Google Drive in the Connectors panel appear visually interactive but do not respond to clicks. The only way to enable a connector is to click on the text label next to the toggle, which is unintuitive and inconsistent with standard toggle behavior.
What Should Happen?
Clicking the toggle switch directly should enable or disable the connector, just like any standard toggle UI component. The toggle is the visually prominent interactive element, so users naturally click it — not the text label beside it.
Error Messages/Logs
No error messages — this is a UI/UX interaction issue with no console errors or logs.
Steps to Reproduce
- Open any conversation in Claude Code (web).
- Click the + button in the message input area, then select Connectors from the menu.
- In the Connectors dropdown, locate a disabled connector (e.g. Google Calendar or Google Drive — shown with a gray/off toggle).
- Click directly on the toggle switch to try to enable it.
- Observe that nothing happens — the connector stays disabled.
- Now click on the connector's text label (e.g. the words "Google Calendar") instead.
- Observe that the connector now toggles on (turns blue).
Result: The toggle switch — the visually obvious interactive control — is not clickable. Only the text label activates the connector, which is the opposite of what users expect.
No special files, code, or account configuration needed; reproducible on any conversation with at least one connector available.
Claude Model
None
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
Web (research preview)
Platform
Other
Operating System
Windows
Terminal/Shell
Other
Additional Information
This issue occurs in the Claude Code web interface (browser), not via terminal or API. Reproduced on Chrome / Windows. Screenshots attached showing the Connectors dropdown where the toggle switch does not respond to clicks — only clicking the text label toggles the connector on/off.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗