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

fix firefox paste - issue-862 #1001

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PawelJastrzebski
Copy link
Contributor

Copy link

vercel bot commented Jan 22, 2024

@PawelJastrzebski is attempting to deploy a commit to the Quadratic Team on Vercel.

A member of the Team first needs to authorize it.

@cla-bot cla-bot bot added the cla-signed label Mar 28, 2024
@@ -69,6 +69,10 @@ export const pasteFromClipboardEvent = (e: ClipboardEvent) => {
if (e.clipboardData.types.includes('text/plain')) {
plainText = e.clipboardData.getData('text/plain');
}
if (!html && !fullClipboardSupport()) { // try firefox storage
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This fixes the issue

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.

None yet

2 participants