Skip to content

fix(gui): prevent opening a chat when clicking its rename input - #13226

Open
jabrailkhalil wants to merge 1 commit into
continuedev:mainfrom
jabrailkhalil:fix/history-rename-input-click
Open

fix(gui): prevent opening a chat when clicking its rename input#13226
jabrailkhalil wants to merge 1 commit into
continuedev:mainfrom
jabrailkhalil:fix/history-rename-input-click

Conversation

@jabrailkhalil

Copy link
Copy Markdown

Description

Clicking inside the title input while renaming a chat in History also triggers the row's click handler, opening the chat. Stop click propagation on the input so the title remains editable.

One line added in one file.

Validation

Verified before and after in an isolated browser preview of HistoryTableRow with IDE calls stubbed: clicking the input no longer opens the chat; Enter still dispatches the title update, Escape cancels editing, and clicking the row still opens the chat. The full extension test suite was not run. git diff --check passes.

@jabrailkhalil
jabrailkhalil requested a review from a team as a code owner September 4, 2026 21:14
@jabrailkhalil
jabrailkhalil requested review from sestinj and removed request for a team September 4, 2026 21:14
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@jabrailkhalil

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant