Skip to content

fix: add missing 't' to export function pasteMode#22639

Closed
dingyang435 wants to merge 1 commit intoanomalyco:devfrom
dingyang435:dev
Closed

fix: add missing 't' to export function pasteMode#22639
dingyang435 wants to merge 1 commit intoanomalyco:devfrom
dingyang435:dev

Conversation

@dingyang435
Copy link
Copy Markdown

Summary

Fixes a typo in packages/app/src/components/prompt-input/paste.ts where �xpor function pasteMode was missing the letter 't', causing the paste functionality to not work properly.

Before

�xpor function pasteMode(text: string) {

After

�xport function pasteMode(text: string) {

This typo prevented the pasteMode function from being exported, breaking the paste feature in the prompt input component.

Copilot AI review requested due to automatic review settings April 15, 2026 15:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window.

Feel free to open a new pull request that follows our guidelines.

@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Apr 15, 2026
@github-actions github-actions bot closed this Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants