Version: 3.14.7, a bug: toggle markdown preview, disappear the chat!

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Sometimes 50% click the markdown ‘preview’ within new chat uncommitted, then the chat disappears…

Steps to Reproduce

Sometimes 50% click the markdown ‘preview’ within new chat uncommitted, then the chat disappears…

Expected Behavior

do not make the chat dialogue disappear

Operating System

MacOS

Version Information

Version: 3.14.7
VS Code Extension API: 1.128.0
Commit: a758f2241ca99fecf380180b6cbdbbce0f1f42c0
Date: 2026-07-30T06:41:34.009Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.291
OS: Darwin arm64 25.5.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey there!

What you’re describing isn’t intended behavior, and it’s not something you did wrong. When a markdown file is open and you click the Preview / Markdown toggle in the breadcrumb bar, it can act on whatever editor is currently focused. If you’d just been typing in a brand-new chat tab, that chat is what gets swapped out for the preview, which is also why it only happens sometimes.

Two things that help in the meantime:

  1. Click inside the markdown file first, then click Preview/Markdown. Once the .md editor itself is focused, the toggle acts on it instead of your chat.
  2. If it’s a conversation you’ve already started/sent, you can reopen it from your chat history. Only brand-new, unsent chats are lost, so sending or copying a draft before toggling avoids losing it.

We’ve let the team know and this is an issue we’re tracking. I’ll follow up here when there’s an update.