Skip to content

fix(gui): preserve word-delete in chat input#12941

Open
JSap0914 wants to merge 1 commit into
continuedev:mainfrom
JSap0914:fix/chat-input-ctrl-backspace-12924
Open

fix(gui): preserve word-delete in chat input#12941
JSap0914 wants to merge 1 commit into
continuedev:mainfrom
JSap0914:fix/chat-input-ctrl-backspace-12924

Conversation

@JSap0914

@JSap0914 JSap0914 commented Jul 3, 2026

Copy link
Copy Markdown

Summary\n- skip the global Ctrl/Cmd+Backspace stop shortcut while focus is inside an input, textarea, or contenteditable editor\n- remove the TipTap Mod-Backspace interception so native word-delete can run during streaming\n- apply the same editable-target guard to pending tool-call keyboard shortcuts\n\nFixes #12924.\n\n## Verification\n- npm --prefix gui test -- src/util/isTextInputTarget.test.ts\n- npx prettier --check gui/src/util/index.ts gui/src/util/isTextInputTarget.test.ts gui/src/pages/gui/Chat.tsx gui/src/components/mainInput/Lump/LumpToolbar/LumpToolbar.tsx gui/src/components/mainInput/TipTapEditor/utils/editorConfig.ts\n- npm --prefix gui run lint -- src/util/index.ts src/util/isTextInputTarget.test.ts src/pages/gui/Chat.tsx src/components/mainInput/Lump/LumpToolbar/LumpToolbar.tsx src/components/mainInput/TipTapEditor/utils/editorConfig.ts

@JSap0914 JSap0914 requested a review from a team as a code owner July 3, 2026 11:57
@JSap0914 JSap0914 requested review from Copilot and sestinj and removed request for a team July 3, 2026 11:57
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

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

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants