UI: don't dynamically replace "Review next"/"Undo"/"Keep" while agent works

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

While the agent is making changes to files, I see the “Review next file” button at the center-bottom of my file and click it, but a few milliseconds before that the UI in the same screen location changes (because the agent is working) to “Undo” and “Keep” and my intended click for “Review next file” actually occurs on the “Undo” button and since you removed the “Reapply changes” option from the code snippets in chat - I cannot reapply the wrongly undo-ed changes. (bring back the “Reapply changes”, it’s useful sometimes, when I make mistakes).

Steps to Reproduce

ask the agent to change multiple files where he first changes another file (tab) and then changes the currently opened file (tab). And click at the right moment the “Review next file” button.

Expected Behavior

“Undo | Keep” UI should be positioned upwards or sideways, so that it NEVER can be in the same position as “Review next file”. And I am not able to wrongly click Undo or Keep when I just saw “Review next file”.

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.64
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.12.48+deb13-amd64

For AI issues: which model did you use?

Grok Code 1

Additional Information

this is very annoying bug, since it’s EASY to fix and impactful

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a frustrating UX issue where the buttons shift as the agent runs, causing accidental clicks.

Your suggestion to separate the “Undo | Keep” buttons so they don’t overlap with “Review next” makes a lot of sense.

Regarding the removal of “Reapply changes” - noted. For now, if you undo changes by accident, try recovering them via undo history Ctrl+Z.

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.