Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add paste functionality to the input component #213

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

CyberDex
Copy link
Member

@CyberDex CyberDex commented Dec 2, 2024

Closes: #212
Fixes: #196

@CyberDex CyberDex requested a review from CatchABus December 2, 2024 14:02
@CyberDex CyberDex linked an issue Dec 2, 2024 that may be closed by this pull request
@CyberDex CyberDex merged commit 4597616 into main Dec 2, 2024
2 of 3 checks passed
@CyberDex CyberDex deleted the 212-add-paste-functionality-to-the-input-component branch December 2, 2024 14:03
Comment on lines +166 to +168
if (e.metaKey) return;
if (e.ctrlKey) return;

Copy link
Member Author

Choose a reason for hiding this comment

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

This fixes #196

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.

Add paste functionality to the input component Double text on input text mobile
1 participant