Cmd + L not working in latest nightly

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Latest version breaks cmd + L adding element from design to chat

Steps to Reproduce

start a dev server, open browser, go to design mode, press on something, press cmd + L which used to add it to chat, doesnt add it to chat.

Expected Behavior

reference the section in chat

Operating System

MacOS

Version Information

Version: 3.1.0-pre.11.patch.0
VSCode Version: 1.105.1
Commit: d4716cbb846c02f4e90fc58203398326a956ee70
Date: 2026-04-06T05:59:57.723Z
Layout: glass
Build Type: Stable
Release Track: Nightly
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.5.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi Panos,

The browser’s design mode interaction was recently redesigned. The way Cmd+L works in design mode changed:

  1. Enter design mode (Cmd+Shift+D)

  2. Click an element to select it – a comment input field will appear near the element

  3. Type in the comment input (it should auto-focus), then press Cmd+L to add it to chat

Alternatively, you can Option+click an element to add it directly to chat without the comment step.

If Cmd+L still isn’t working after clicking an element and seeing the comment input, could you share a short screen recording showing the exact steps? That would help us determine if there’s a focus issue preventing the shortcut from working.