mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
The ToolConfirmationMessage component previously suffered from a race condition where cancelling a tool confirmation via the ESC key would synchronously call handleConfirm. This caused the component to be abruptly unmounted before Ink could flush its final render frame, resulting in UI glitches like duplicate footers.