Skip to content

Conversation

@MogamiTsuchikawa
Copy link
Contributor

Summary

  • Prevent IME conversion-confirmation Enter from submitting the prompt input.

Problem

IME conversion confirmation (Enter) triggered submit, sending the message unintentionally.

fix: #6950

Fix

Guard Enter handling while composition is active using composition events and event.isComposing.

image

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

The following comment was made by an LLM, it may be inaccurate:

Results

No duplicate PRs found.

The search results only returned the PR itself (PR #6952: "fix(app): avoid unintended submits during IME composition"), which indicates there are no other open PRs addressing the same issue.

The PR is fixing issue #6950 related to preventing unintended message submissions when using IME (Input Method Editor) composition. This is a specific edge case fix with no related PRs currently open in the repository.

@adamdotdevin adamdotdevin merged commit 6b207b0 into anomalyco:dev Jan 5, 2026
ryanwyler pushed a commit to gignit/opencode that referenced this pull request Jan 6, 2026
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.

[WebUI] Enter submits on IME composition confirm, preventing Japanese input

2 participants